Home
last modified time | relevance | path

Searched refs:Pass (Results 1 – 19 of 19) 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.cc102 thread_pool_->creation_barier_.Pass(self); in Run()
Dcha.cc262 barrier_.Pass(self); in Run()
Ddebugger.cc350 finish_barrier.Pass(cls_self); in DdmSetThreadNotification()
Dthread_list.cc229 barrier_.Pass(self); in Run()
Dthread.cc1569 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint()
1627 barrier_.Pass(self); in Run()
Dclass_linker.cc398 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 barrier.Pass(art::Thread::Current()); in PauseAllocations()
Dti_stack.cc334 barrier.Pass(self); in Run()
Dti_redefine.cc2334 release_barrier_.Pass(this_thread); in BeginDefineClass()
2345 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.cc254 concurrent_copying_->GetBarrier().Pass(self); in Run()
467 concurrent_copying_->GetBarrier().Pass(self); in Run()
977 concurrent_copying_->GetBarrier().Pass(self); in Run()
1673 concurrent_copying_->GetBarrier().Pass(self); in Run()
Dmark_sweep.cc1175 mark_sweep_->GetBarrier().Pass(self); in Run()
/art/runtime/jit/
Djit_code_cache.cc1086 barrier_->Pass(Thread::Current()); in Run()
/art/runtime/gc/
Dheap.cc1464 barrier_->Pass(Thread::Current()); in Run()