Searched refs:Pass (Results 1 – 15 of 15) sorted by relevance
/art/test/976-conflict-no-methods/ |
D | expected.txt | 1 Pass
|
/art/runtime/ |
D | barrier.h | 47 void Pass(Thread* self) REQUIRES(!lock_);
|
D | barrier.cc | 37 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
|
D | barrier_test.cc | 98 barrier_->Pass(self); in Run()
|
D | cha.cc | 262 barrier_.Pass(self); in Run()
|
D | thread_list.cc | 229 barrier_.Pass(self); in Run()
|
D | thread.cc | 1380 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint() 1438 barrier_.Pass(self); in Run()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1747 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/ |
D | Main.smali | 30 const-string v1, "Pass"
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 221 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()
|
D | mark_sweep.cc | 1174 mark_sweep_->GetBarrier().Pass(self); in Run()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1826 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/ |
D | ti_stack.cc | 295 barrier.Pass(self); in Run()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 1130 barrier_->Pass(Thread::Current()); in Run()
|
/art/runtime/gc/ |
D | heap.cc | 1296 barrier_->Pass(Thread::Current()); in Run()
|