Searched refs:Pass (Results 1 – 18 of 18) sorted by relevance
/art/test/976-conflict-no-methods/ |
D | expected.txt | 1 Pass
|
/art/runtime/ |
D | barrier.h | 53 void Pass(Thread* self) REQUIRES(!GetLock());
|
D | barrier.cc | 38 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
|
D | barrier_test.cc | 98 barrier_->Pass(self); in Run()
|
D | thread_pool.cc | 90 thread_pool_->creation_barier_.Pass(self); in Run()
|
D | cha.cc | 262 barrier_.Pass(self); in Run()
|
D | thread_list.cc | 231 barrier_.Pass(self); in Run()
|
D | thread.cc | 1561 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint() 1619 barrier_.Pass(self); in Run()
|
D | runtime.cc | 2848 barrier_->Pass(Thread::Current()); in NotifyStartupCompleted()
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 17 * Pass the '=fatal' option to the agent to cause it to abort if any classes are
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1755 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/ |
D | Main.smali | 30 const-string v1, "Pass"
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 256 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()
|
D | mark_sweep.cc | 1175 mark_sweep_->GetBarrier().Pass(self); in Run()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1835 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/ |
D | ti_stack.cc | 317 barrier.Pass(self); in Run()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 1444 barrier_->Pass(Thread::Current()); in Run()
|
/art/runtime/gc/ |
D | heap.cc | 1444 barrier_->Pass(Thread::Current()); in Run()
|