/art/test/118-noimage-dex2oat/ |
D | expected.txt | 1 Run -Xnoimage-dex2oat 5 Run -Xnoimage-dex2oat -Xno-dex-file-fallback 7 Run -Ximage-dex2oat 11 Run default
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 55 inline bool RosAlloc::Run::IsFull() { in IsFull() 66 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx)); in CanAllocFromThreadLocalRun() 86 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx)); in AllocFromThreadLocalRun() 111 inline void* RosAlloc::Run::AllocSlot() { in AllocSlot()
|
D | rosalloc.cc | 53 RosAlloc::Run* RosAlloc::dedicated_full_run_ = 54 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_); 503 Run* run = nullptr; in FreeInternal() 526 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal() 548 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun() 549 RosAlloc::Run* new_run = nullptr; in AllocRun() 552 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun() 582 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun() 588 Run* non_full_run = *it; in RefillRun() 599 Run* current_run = current_runs_[idx]; in AllocFromCurrentRunUnlocked() [all …]
|
D | rosalloc.h | 350 class Run { 369 return sizeof(Run); in fixed_header_size() 637 size_t operator()(const RosAlloc::Run* r) const { in operator() 643 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator() 716 AllocationTrackingSet<Run*, kAllocatorTagRosAlloc> non_full_runs_[kNumOfSizeBrackets]; 719 std::unordered_set<Run*, hash_run, eq_run, TrackingAllocator<Run*, kAllocatorTagRosAlloc>> 725 static Run* dedicated_full_run_; 731 Run* current_runs_[kNumOfSizeBrackets]; 797 size_t FreeFromRun(Thread* self, void* ptr, Run* run) 801 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_); [all …]
|
/art/compiler/optimizing/ |
D | graph_checker_test.cc | 56 graph_checker.Run(); in TestCode() 100 graph_checker.Run(); in TEST_F() 106 graph_checker.Run(); in TEST_F() 115 graph_checker.Run(); in TEST_F() 125 graph_checker.Run(); in TEST_F()
|
D | ssa_phi_elimination.h | 34 bool Run() override; 56 bool Run() override;
|
D | gvn_test.cc | 102 side_effects.Run(); in TEST_F() 103 GVNOptimization(graph, side_effects).Run(); in TEST_F() 180 side_effects.Run(); in TEST_F() 181 GVNOptimization(graph, side_effects).Run(); in TEST_F() 283 side_effects.Run(); in TEST_F() 284 GVNOptimization(graph, side_effects).Run(); in TEST_F() 298 side_effects.Run(); in TEST_F() 299 GVNOptimization(graph, side_effects).Run(); in TEST_F() 374 side_effects.Run(); in TEST_F() 400 side_effects.Run(); in TEST_F() [all …]
|
D | constant_folding.h | 44 bool Run() override;
|
D | instruction_simplifier_arm.h | 33 bool Run() override;
|
D | instruction_simplifier_arm64.h | 33 bool Run() override;
|
D | cha_guard_optimization.h | 33 bool Run() override;
|
D | x86_memory_gen.h | 34 bool Run() override;
|
D | select_generator.h | 71 bool Run() override;
|
D | constructor_fence_redundancy_elimination.h | 55 bool Run() override;
|
D | dead_code_elimination_test.cc | 46 HDeadCodeElimination(graph, /* stats= */ nullptr, "dead_code_elimination").Run(); in TestCode() 48 graph_checker.Run(); in TestCode()
|
D | code_sinking.h | 36 bool Run() override;
|
D | select_generator_test.cc | 78 side_effects.Run(); in CheckGraphAndTrySelectGenerator() 79 return HSelectGenerator(graph_, /*handles*/ nullptr, /*stats*/ nullptr).Run(); in CheckGraphAndTrySelectGenerator()
|
D | gvn.h | 34 bool Run() override;
|
/art/runtime/ |
D | thread_pool.h | 35 virtual void Run(Thread* self) = 0; 41 void Run(Thread* self) override { in Run() function 67 void Run(Thread* self) override { in Run() function 94 virtual void Run();
|
D | thread_pool_test.cc | 32 void Run(Thread* self) override { in Run() function in art::CountTask 132 void Run(Thread* self) override { in Run() function in art::TreeTask 167 void Run(Thread* self) override { in Run() function in art::PeerTask 181 void Run(Thread* self) override { in Run() function in art::NoPeerTask
|
/art/tools/ |
D | run-libcore-tests.sh | 64 Run libcore tests using the vogar testing tool. 84 1. Run full test suite on host: 87 2. Run full test suite on device: 90 3. Run tests only from the libcore.java.lang package on device:
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected.txt | 1 - Run while adding new referenced class. 11 - Run without adding new referenced class.
|
/art/test/203-multi-checkpoint/ |
D | multi_checkpoint.cc | 31 void Run(Thread* self) override { in Run() function 65 void Run(Thread* self) override { in Run() function
|
/art/tools/veridex/ |
D | precise_hidden_api_finder.cc | 62 void PreciseHiddenApiFinder::Run(const std::vector<std::unique_ptr<VeridexResolver>>& resolvers, in Run() function in art::PreciseHiddenApiFinder 69 collector.Run(); in Run() 87 substitutor.Run(); in Run()
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected.txt | 1 - Run while adding new referenced class. 15 - Run without adding new referenced class.
|