Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Djni_entrypoints_arm.S51 mov r0, \arg1 @ Pass arg1.
73 mov r0, \arg1 @ Pass arg1.
75 mov r1, \arg2 @ Pass arg2.
379 mov r0, r4 @ Pass the object to lock.
380 mov r1, rSELF @ Pass Thread::Current().
394 mov r0, rSELF @ Pass Thread::Current().
Dquick_entrypoints_arm.S782 mov r2, rSELF @ Pass Thread::Current.
/art/test/976-conflict-no-methods/
Dexpected-stdout.txt1 Pass
/art/runtime/
Dbarrier.h54 EXPORT void Pass(Thread* self) REQUIRES(!GetLock());
Dbarrier.cc38 void Barrier::Pass(Thread* self) { in Pass() function in art::Barrier
Dbarrier_test.cc103 barrier_->Pass(self); in Run()
Dthread_pool.cc121 thread_pool_->creation_barier_.Pass(self); in Run()
Dcha.cc246 barrier_.Pass(self); in Run()
Ddebugger.cc341 finish_barrier.Pass(cls_self); in DdmSetThreadNotification()
Dthread_list.cc217 barrier_.Pass(self); in Run()
Dthread.cc1574 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint()
1626 barrier_.Pass(self); in Run()
Dclass_linker.cc383 barrier->Pass(self); in VisiblyInitializedCallbackDone()
/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/openjdkjvmti/
Dalloc_manager.cc202 [&]([[maybe_unused]] art::Thread* thr) { barrier.Pass(art::Thread::Current()); }); in PauseAllocations()
Dti_stack.cc332 barrier.Pass(self); in Run()
Dti_redefine.cc2345 release_barrier_.Pass(this_thread); in BeginDefineClass()
2356 barrier_.Pass(this_thread); in EndDefineClass()
/art/test/976-conflict-no-methods/smali/
DMain.smali30 const-string v1, "Pass"
/art/runtime/gc/collector/
Dconcurrent_copying.cc295 concurrent_copying_->GetBarrier().Pass(self); in Run()
1003 concurrent_copying_->GetBarrier().Pass(self); in Run()
1747 concurrent_copying_->GetBarrier().Pass(self); in Run()
Dmark_sweep.cc1175 mark_sweep_->GetBarrier().Pass(self); in Run()
Dmark_compact.cc4364 mark_compact_->GetBarrier().Pass(self); in Run()
/art/runtime/jit/
Djit_code_cache.cc1061 barrier_->Pass(Thread::Current()); in Run()
/art/runtime/gc/
Dheap.cc1624 barrier_->Pass(Thread::Current()); in Run()