Searched refs:Run (Results 1 - 25 of 87) sorted by relevance

1234

/art/compiler/optimizing/
H A Dconstant_folding.h45 void Run() OVERRIDE;
H A Ddex_cache_array_fixups_arm.h31 void Run() OVERRIDE;
H A Dgvn.h34 void Run() OVERRIDE;
H A Dinstruction_simplifier.h45 void Run() OVERRIDE;
H A Dload_store_elimination.h32 void Run() OVERRIDE;
H A Dpc_relative_fixups_x86.h35 void Run() OVERRIDE;
H A Dselect_generator.h53 void Run() OVERRIDE;
H A Dssa_phi_elimination.h38 void Run() OVERRIDE;
67 void Run() OVERRIDE;
H A Dbounds_check_elimination.h36 void Run() OVERRIDE;
H A Ddead_code_elimination.h37 void Run() OVERRIDE;
H A Dlicm.h33 void Run() OVERRIDE;
H A Dgraph_checker_test.cc52 graph_checker.Run();
101 graph_checker.Run();
107 graph_checker.Run();
119 graph_checker.Run();
129 graph_checker.Run();
H A Doptimization.h44 virtual void Run() = 0;
H A Dsharpening.h44 void Run() OVERRIDE;
H A Dinstruction_simplifier_arm.h51 void Run() OVERRIDE {
H A Dprepare_for_register_allocation.h33 void Run();
H A Dside_effects_analysis.h40 void Run();
H A Dgvn_test.cc105 side_effects.Run();
106 GVNOptimization(graph, side_effects).Run();
187 side_effects.Run();
188 GVNOptimization(graph, side_effects).Run();
294 side_effects.Run();
295 GVNOptimization(graph, side_effects).Run();
309 side_effects.Run();
310 GVNOptimization(graph, side_effects).Run();
389 side_effects.Run();
415 side_effects.Run();
[all...]
H A Ddead_code_elimination_test.cc47 HDeadCodeElimination(graph).Run();
49 graph_checker.Run();
/art/runtime/gc/allocator/
H A Drosalloc-inl.h55 inline bool RosAlloc::Run::IsFull() {
66 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx));
86 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx));
111 inline void* RosAlloc::Run::AllocSlot() {
115 LOG(INFO) << "RosAlloc::Run::AllocSlot() : " << slot
H A Drosalloc.cc48 RosAlloc::Run* RosAlloc::dedicated_full_run_ =
49 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_);
507 Run* run = nullptr;
530 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize);
552 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) {
553 RosAlloc::Run* new_run = nullptr;
556 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun));
586 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) {
592 Run* non_full_run = *it;
603 Run* current_ru
[all...]
/art/runtime/
H A Dsignal_catcher.h44 static void* Run(void* arg) NO_THREAD_SAFETY_ANALYSIS;
H A Dbarrier_test.cc35 void Run(Thread* self) { function in class:art::CheckWaitTask
94 void Run(Thread* self) { function in class:art::CheckPassTask
H A Dthread_pool.h34 virtual void Run(Thread* self) = 0;
39 // Called after Closure::Run has been called.
68 virtual void Run();
/art/runtime/gc/
H A Dtask_processor_test.cc36 virtual void Run(Thread* self) OVERRIDE {
55 virtual void Run(Thread* self) OVERRIDE {
108 virtual void Run(Thread* thread ATTRIBUTE_UNUSED) OVERRIDE {

Completed in 445 milliseconds

1234