Home
last modified time | relevance | path

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

/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/503-dead-instructions/
Dexpected-stdout.txt1 Enter
/art/test/498-type-propagation/
Dexpected-stdout.txt1 Enter
/art/test/506-verify-aput/
Dexpected-stdout.txt1 Enter
/art/test/431-type-propagation/
Dexpected-stdout.txt1 Enter
/art/test/509-pre-header/
Dexpected-stdout.txt1 Enter
/art/test/511-clinit-interface/
Dexpected-stdout.txt1 Enter
/art/test/515-dce-dominator/
Dexpected-stdout.txt1 Enter
/art/test/501-null-constant-dce/
Dexpected-stdout.txt1 Enter
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc68 void Enter(jvmtiEnv* jvmti, JNIEnv* env, jmethodID meth);
117 void SimpleProfileData::Enter(jvmtiEnv* jvmti, JNIEnv* env, jmethodID meth) { in Enter() function in simple_profile::SimpleProfileData
359 data->Enter(jvmti_env, env, method); in MethodEntryCB()
/art/test/1953-pop-frame/
Dexpected-stdout.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1954-pop-frame-jit/
Dexpected-stdout.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1955-pop-frame-jit-called/
Dexpected-stdout.txt22 Test stopped during Method Enter of doNothing
28 Test stopped during Method Enter of calledFunction
/art/test/1956-pop-frame-jit-calling/
Dexpected-stdout.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-stdout.txt43 Test stopped during Method Enter of calledFunction
/art/test/1968-force-early-return/
Dexpected-stdout.txt43 Test stopped during Method Enter of calledFunction
/art/test/1969-force-early-return-void/
Dexpected-stdout.txt43 Test stopped during Method Enter of calledFunction
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc2065 TEST_F(AssemblerX86_64Test, Enter) { in TEST_F() argument