/art/test/119-noimage-patchoat/ |
D | expected.txt | 1 Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false 4 Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false -Xno-dex-file-fallback 6 Run -Ximage-dex2oat 9 Run default
|
/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/test/116-nodex2oat/ |
D | expected.txt | 1 Run -Xnodex2oat 4 Run -Xdex2oat 7 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 | 52 RosAlloc::Run* RosAlloc::dedicated_full_run_ = 53 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_); 500 Run* run = nullptr; in FreeInternal() 523 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal() 545 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun() 546 RosAlloc::Run* new_run = nullptr; in AllocRun() 549 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun() 579 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun() 585 Run* non_full_run = *it; in RefillRun() 596 Run* current_run = current_runs_[idx]; in AllocFromCurrentRunUnlocked() [all …]
|
D | rosalloc.h | 350 class Run { 368 return sizeof(Run); in fixed_header_size() 636 size_t operator()(const RosAlloc::Run* r) const { in operator() 642 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator() 712 AllocationTrackingSet<Run*, kAllocatorTagRosAlloc> non_full_runs_[kNumOfSizeBrackets]; 715 std::unordered_set<Run*, hash_run, eq_run, TrackingAllocator<Run*, kAllocatorTagRosAlloc>> 721 static Run* dedicated_full_run_; 727 Run* current_runs_[kNumOfSizeBrackets]; 793 size_t FreeFromRun(Thread* self, void* ptr, Run* run) 797 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_); [all …]
|
/art/test/117-nopatchoat/ |
D | expected.txt | 1 Run without dex2oat/patchoat 5 Run with dexoat/patchoat 9 Run default
|
/art/compiler/optimizing/ |
D | graph_checker_test.cc | 52 graph_checker.Run(); in TestCode() 101 graph_checker.Run(); in TEST_F() 107 graph_checker.Run(); in TEST_F() 119 graph_checker.Run(); in TEST_F() 129 graph_checker.Run(); in TEST_F()
|
D | gvn_test.cc | 104 side_effects.Run(); in TEST_F() 105 GVNOptimization(graph, side_effects).Run(); in TEST_F() 185 side_effects.Run(); in TEST_F() 186 GVNOptimization(graph, side_effects).Run(); in TEST_F() 291 side_effects.Run(); in TEST_F() 292 GVNOptimization(graph, side_effects).Run(); in TEST_F() 306 side_effects.Run(); in TEST_F() 307 GVNOptimization(graph, side_effects).Run(); in TEST_F() 385 side_effects.Run(); in TEST_F() 411 side_effects.Run(); in TEST_F() [all …]
|
D | ssa_phi_elimination.h | 38 void Run() OVERRIDE; 67 void Run() OVERRIDE;
|
D | dead_code_elimination_test.cc | 47 HDeadCodeElimination(graph, nullptr /* stats */, "dead_code_elimination").Run(); in TestCode() 49 graph_checker.Run(); in TestCode()
|
D | constant_folding.h | 44 void Run() OVERRIDE;
|
D | cha_guard_optimization.h | 32 void Run() OVERRIDE;
|
D | select_generator.h | 53 void Run() OVERRIDE;
|
D | x86_memory_gen.h | 34 void Run() OVERRIDE;
|
D | code_sinking.h | 34 void Run() OVERRIDE;
|
D | load_store_elimination.h | 32 void Run() OVERRIDE;
|
D | pc_relative_fixups_mips.h | 37 void Run() OVERRIDE;
|
D | gvn.h | 34 void Run() OVERRIDE;
|
D | dex_cache_array_fixups_arm.h | 37 void Run() OVERRIDE;
|
D | dex_cache_array_fixups_mips.h | 37 void Run() OVERRIDE;
|
D | licm.h | 33 void Run() OVERRIDE;
|
/art/runtime/ |
D | thread_pool_test.cc | 32 void Run(Thread* self) { in Run() function in art::CountTask 132 void Run(Thread* self) { in Run() function in art::TreeTask 167 void Run(Thread* self) { in Run() function in art::PeerTask 181 void Run(Thread* self) { in Run() function in art::NoPeerTask
|
D | thread_pool.cc | 78 void ThreadPoolWorker::Run() { in Run() function in art::ThreadPoolWorker 83 task->Run(self); in Run() 99 worker->Run(); in Callback() 227 task->Run(self); in Wait()
|
/art/runtime/gc/ |
D | task_processor_test.cc | 36 virtual void Run(Thread* self) OVERRIDE { in Run() function in art::gc::RecursiveTask 55 virtual void Run(Thread* self) OVERRIDE { in Run() function in art::gc::WorkUntilDoneTask 108 virtual void Run(Thread* thread ATTRIBUTE_UNUSED) OVERRIDE { in Run() function in art::gc::TestOrderTask
|