Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 118) sorted by relevance

12345

/art/test/119-noimage-patchoat/
Dexpected.txt1 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/
Dexpected.txt1 Run -Xnoimage-dex2oat
5 Run -Xnoimage-dex2oat -Xno-dex-file-fallback
7 Run -Ximage-dex2oat
11 Run default
/art/test/116-nodex2oat/
Dexpected.txt1 Run -Xnodex2oat
4 Run -Xdex2oat
7 Run default
/art/runtime/gc/allocator/
Drosalloc-inl.h55 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()
Drosalloc.cc52 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 …]
Drosalloc.h350 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/
Dexpected.txt1 Run without dex2oat/patchoat
5 Run with dexoat/patchoat
9 Run default
/art/compiler/optimizing/
Dgraph_checker_test.cc52 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()
Dgvn_test.cc104 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 …]
Dssa_phi_elimination.h38 void Run() OVERRIDE;
67 void Run() OVERRIDE;
Ddead_code_elimination_test.cc47 HDeadCodeElimination(graph, nullptr /* stats */, "dead_code_elimination").Run(); in TestCode()
49 graph_checker.Run(); in TestCode()
Dconstant_folding.h44 void Run() OVERRIDE;
Dcha_guard_optimization.h32 void Run() OVERRIDE;
Dselect_generator.h53 void Run() OVERRIDE;
Dx86_memory_gen.h34 void Run() OVERRIDE;
Dcode_sinking.h34 void Run() OVERRIDE;
Dload_store_elimination.h32 void Run() OVERRIDE;
Dpc_relative_fixups_mips.h37 void Run() OVERRIDE;
Dgvn.h34 void Run() OVERRIDE;
Ddex_cache_array_fixups_arm.h37 void Run() OVERRIDE;
Ddex_cache_array_fixups_mips.h37 void Run() OVERRIDE;
Dlicm.h33 void Run() OVERRIDE;
/art/runtime/
Dthread_pool_test.cc32 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
Dthread_pool.cc78 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/
Dtask_processor_test.cc36 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

12345