Searched refs:Enter (Results 1 – 19 of 19) sorted by relevance
27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter() function in art::gc::GCCriticalSection54 old_no_suspend_reason_ = critical_section_.Enter(cause, collector_type); in ScopedGCCriticalSection()
38 const char* Enter(GcCause cause, CollectorType type) ACQUIRE(Roles::uninterruptible_);
1 Enter
22 Test stopped during Method Enter of doNothing28 Test stopped during Method Enter of calledFunction
345 uninterruptible_cause_ = critical_section_.Enter(art::gc::kGcCauseInstrumentation, in ScopedDeoptimizationContext()
43 Test stopped during Method Enter of calledFunction
2049 TEST_F(AssemblerX86_64Test, Enter) { in TEST_F() argument