Home
last modified time | relevance | path

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

/art/test/976-conflict-no-methods/
Dexpected.txt1 Pass
/art/runtime/
Dbarrier.h53 void Pass(Thread* self) REQUIRES(!GetLock());
Dbarrier.cc38 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
Dbarrier_test.cc98 barrier_->Pass(self); in Run()
Dthread_pool.cc90 thread_pool_->creation_barier_.Pass(self); in Run()
Dcha.cc262 barrier_.Pass(self); in Run()
Dthread_list.cc231 barrier_.Pass(self); in Run()
Dthread.cc1561 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint()
1619 barrier_.Pass(self); in Run()
Druntime.cc2848 barrier_->Pass(Thread::Current()); in NotifyStartupCompleted()
/art/tools/jvmti-agents/jit-load/
DREADME.md17 * Pass the '=fatal' option to the agent to cause it to abort if any classes are
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1755 move $a1 ,$s1 # Pass self as argument.
1877 move $a2, rSELF # Pass Thread::Current.
1946 move $a1, rSELF # Pass Thread::Current (in delay slot).
2226 move $a3, $sp # Pass $sp.
2246 daddiu $a3, $sp, 16 # Pass fpr_res pointer ($f0 in SAVE_EVERYTHING_FRAME).
2247 daddiu $a2, $sp, 280 # Pass gpr_res pointer ($v0 in SAVE_EVERYTHING_FRAME).
2248 move $a1, $sp # Pass $sp.
/art/test/976-conflict-no-methods/smali/
DMain.smali30 const-string v1, "Pass"
/art/runtime/gc/collector/
Dconcurrent_copying.cc256 concurrent_copying_->GetBarrier().Pass(self); in Run()
467 concurrent_copying_->GetBarrier().Pass(self); in Run()
975 concurrent_copying_->GetBarrier().Pass(self); in Run()
1662 concurrent_copying_->GetBarrier().Pass(self); in Run()
Dmark_sweep.cc1175 mark_sweep_->GetBarrier().Pass(self); in Run()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1835 move $a1, $s1 # Pass self as argument.
1951 move $a2, rSELF # Pass Thread::Current.
2044 move $a1, rSELF # Pass Thread::Current (in delay slot).
/art/openjdkjvmti/
Dti_stack.cc317 barrier.Pass(self); in Run()
/art/runtime/jit/
Djit_code_cache.cc1444 barrier_->Pass(Thread::Current()); in Run()
/art/runtime/gc/
Dheap.cc1444 barrier_->Pass(Thread::Current()); in Run()