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

1234

/art/compiler/optimizing/
H A Dintrinsics.cc569 void IntrinsicsRecognizer::Run() { function in class:art::IntrinsicsRecognizer
H A Dinduction_var_analysis_test.cc171 iva_->Run();
H A Dload_store_elimination.cc1023 void LoadStoreElimination::Run() { function in class:art::LoadStoreElimination
H A Dreference_type_propagation.cc161 void ReferenceTypePropagation::Run() { function in class:art::ReferenceTypePropagation
H A Dinduction_var_analysis.cc99 void HInductionVarAnalysis::Run() { function in class:art::HInductionVarAnalysis
H A Dinduction_var_range_test.cc111 iva_->Run();
H A Dbounds_check_elimination.cc1745 void BoundsCheckElimination::Run() { function in class:art::BoundsCheckElimination
/art/runtime/jit/
H A Djit_code_cache.cc470 void Run(Thread* thread) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
721 // Run a checkpoint on all threads to mark the JIT compiled code they are running.
/art/runtime/
H A Dprofiler.cc129 void Run(Thread* thread) OVERRIDE {
H A Dthread.cc1138 ScopedTrace trace("Run checkpoint function");
1139 checkpoints[i]->Run(this);
1224 // the roots (opeer or methods in the frames) would be bad. Run it
1231 flip_func->Run(this_thread);
1481 // the roots (locks or methods in the frames) would be bad. Run it
1487 flip_func->Run(this_thread);
H A Doat_file_assistant_test.cc1262 void Run(Thread* self ATTRIBUTE_UNUSED) { function in class:art::RaceGenerateTask
/art/compiler/driver/
H A Dcompiler_driver.cc1932 virtual void Run(Thread* self) { function in class:art::ParallelCompilationManager::ForAllClosure
2443 // Run the class initializer in transaction mode.

Completed in 299 milliseconds

1234