Home
last modified time | relevance | path

Searched refs:Enter (Results 1 – 19 of 19) sorted by relevance

/art/test/515-dce-dominator/
Dexpected.txt1 Enter
/art/test/509-pre-header/
Dexpected.txt1 Enter
/art/test/501-null-constant-dce/
Dexpected.txt1 Enter
/art/test/503-dead-instructions/
Dexpected.txt1 Enter
/art/test/506-verify-aput/
Dexpected.txt1 Enter
/art/test/498-type-propagation/
Dexpected.txt1 Enter
/art/test/511-clinit-interface/
Dexpected.txt1 Enter
/art/test/431-type-propagation/
Dexpected.txt1 Enter
/art/runtime/gc/
Dscoped_gc_critical_section.cc27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter() function in art::gc::GCCriticalSection
54 old_no_suspend_reason_ = critical_section_.Enter(cause, collector_type); in ScopedGCCriticalSection()
Dscoped_gc_critical_section.h38 const char* Enter(GcCause cause, CollectorType type) ACQUIRE(Roles::uninterruptible_);
/art/test/1953-pop-frame/
Dexpected.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1954-pop-frame-jit/
Dexpected.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1955-pop-frame-jit-called/
Dexpected.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/openjdkjvmti/
Ddeopt_manager.cc345 uninterruptible_cause_ = critical_section_.Enter(art::gc::kGcCauseInstrumentation, in ScopedDeoptimizationContext()
/art/test/1970-force-early-return-long/
Dexpected.txt43 Test stopped during Method Enter of calledFunction
/art/test/1969-force-early-return-void/
Dexpected.txt43 Test stopped during Method Enter of calledFunction
/art/test/1968-force-early-return/
Dexpected.txt43 Test stopped during Method Enter of calledFunction
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc2060 TEST_F(AssemblerX86_64Test, Enter) { in TEST_F() argument