Home
last modified time | relevance | path

Searched refs:Pass (Results 1 – 12 of 12) sorted by relevance

/art/test/976-conflict-no-methods/
Dexpected.txt1 Pass
/art/runtime/
Dbarrier.h42 void Pass(Thread* self) REQUIRES(!lock_);
Dbarrier.cc32 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
Dbarrier_test.cc98 barrier_->Pass(self); in Run()
Dprofiler.cc143 this->profiler_->GetBarrier().Pass(self); in Run()
Dthread_list.cc207 barrier_.Pass(self); in Run()
/art/test/976-conflict-no-methods/smali/
DMain.smali30 const-string v1, "Pass"
/art/runtime/gc/collector/
Dconcurrent_copying.cc219 concurrent_copying_->GetBarrier().Pass(self); in Run()
347 concurrent_copying_->GetBarrier().Pass(self); in Run()
507 concurrent_copying_->GetBarrier().Pass(self); in Run()
916 concurrent_copying_->GetBarrier().Pass(self); in Run()
Dmark_sweep.cc1152 mark_sweep_->GetBarrier().Pass(self); in Run()
/art/runtime/jit/
Djit_code_cache.cc492 barrier_->Pass(Thread::Current()); in Run()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1615 move $a2 ,$s1 # Pass self as argument.
/art/runtime/gc/
Dheap.cc1401 barrier_->Pass(Thread::Current()); in Run()