Home
last modified time | relevance | path

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

/art/test/976-conflict-no-methods/
Dexpected.txt1 Pass
/art/runtime/
Dbarrier.h47 void Pass(Thread* self) REQUIRES(!lock_);
Dbarrier.cc37 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
Dbarrier_test.cc98 barrier_->Pass(self); in Run()
Dcha.cc262 barrier_.Pass(self); in Run()
Dthread_list.cc229 barrier_.Pass(self); in Run()
Dthread.cc1380 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint()
1438 barrier_.Pass(self); in Run()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1747 move $a1 ,$s1 # Pass self as argument.
1869 move $a2, rSELF # Pass Thread::Current.
1935 move $a1, rSELF # Pass Thread::Current (in delay slot).
2203 move $a3, $sp # Pass $sp.
2223 daddiu $a3, $sp, 16 # Pass fpr_res pointer ($f0 in SAVE_EVERYTHING_FRAME).
2224 daddiu $a2, $sp, 280 # Pass gpr_res pointer ($v0 in SAVE_EVERYTHING_FRAME).
2225 move $a1, $sp # Pass $sp.
/art/test/976-conflict-no-methods/smali/
DMain.smali30 const-string v1, "Pass"
/art/runtime/gc/collector/
Dconcurrent_copying.cc221 concurrent_copying_->GetBarrier().Pass(self); in Run()
365 concurrent_copying_->GetBarrier().Pass(self); in Run()
961 concurrent_copying_->GetBarrier().Pass(self); in Run()
1354 concurrent_copying_->GetBarrier().Pass(self); in Run()
Dmark_sweep.cc1174 mark_sweep_->GetBarrier().Pass(self); in Run()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1826 move $a1, $s1 # Pass self as argument.
1942 move $a2, rSELF # Pass Thread::Current.
2032 move $a1, rSELF # Pass Thread::Current (in delay slot).
/art/openjdkjvmti/
Dti_stack.cc295 barrier.Pass(self); in Run()
/art/runtime/jit/
Djit_code_cache.cc1130 barrier_->Pass(Thread::Current()); in Run()
/art/runtime/gc/
Dheap.cc1296 barrier_->Pass(Thread::Current()); in Run()