Home
last modified time | relevance | path

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

1234

/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.cc48 RosAlloc::Run* RosAlloc::dedicated_full_run_ =
49 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_);
507 Run* run = nullptr; in FreeInternal()
530 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal()
552 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun()
553 RosAlloc::Run* new_run = nullptr; in AllocRun()
556 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun()
586 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun()
592 Run* non_full_run = *it; in RefillRun()
603 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.cc105 side_effects.Run(); in TEST_F()
106 GVNOptimization(graph, side_effects).Run(); in TEST_F()
187 side_effects.Run(); in TEST_F()
188 GVNOptimization(graph, side_effects).Run(); in TEST_F()
294 side_effects.Run(); in TEST_F()
295 GVNOptimization(graph, side_effects).Run(); in TEST_F()
309 side_effects.Run(); in TEST_F()
310 GVNOptimization(graph, side_effects).Run(); in TEST_F()
389 side_effects.Run(); in TEST_F()
415 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).Run(); in TestCode()
49 graph_checker.Run(); in TestCode()
Ddex_cache_array_fixups_arm.h31 void Run() OVERRIDE;
Dconstant_folding.h45 void Run() OVERRIDE;
Dselect_generator.h53 void Run() OVERRIDE;
Dinstruction_simplifier.h45 void Run() OVERRIDE;
Dpc_relative_fixups_x86.h35 void Run() OVERRIDE;
Dload_store_elimination.h32 void Run() OVERRIDE;
Dgvn.h34 void Run() OVERRIDE;
Dlicm.h33 void Run() OVERRIDE;
Ddead_code_elimination.h37 void Run() OVERRIDE;
Dbounds_check_elimination.h36 void Run() OVERRIDE;
/art/runtime/
Dthread_pool.cc74 void ThreadPoolWorker::Run() { in Run() function in art::ThreadPoolWorker
79 task->Run(self); in Run()
89 worker->Run(); in Callback()
215 task->Run(self); in Wait()
Dthread_pool_test.cc31 void Run(Thread* self) { in Run() function in art::CountTask
108 void Run(Thread* self) { in Run() function in art::TreeTask
Dbarrier_test.cc35 void Run(Thread* self) { in Run() function in art::CheckWaitTask
94 void Run(Thread* self) { in Run() function in art::CheckPassTask
/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

1234