Home
last modified time | relevance | path

Searched refs:kInit (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc71 case RuntimePhase::kInit: in NextRuntimePhase()
/art/tools/tracefast-plugin/
Dtracefast.cc149 if (phase == art::RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
/art/runtime/
Druntime_callbacks.h98 kInit, // The runtime is initialized (and will run user code soon). enumerator
Druntime_callbacks_test.cc390 } else if (p == RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
Druntime.cc957 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
/art/libdexfile/dex/
Ddex_file_verifier.cc3447 constexpr const char* kInit = "<init>"; in FindStringRangesForMethodNames() local
3448 const auto it = std::lower_bound(angle_start, angle_end, kInit, compare); in FindStringRangesForMethodNames()
3449 if (it != angle_end && strcmp(get_string(*it), kInit) == 0) { in FindStringRangesForMethodNames()