Searched refs:kInit (Results 1 – 6 of 6) sorted by relevance
71 case RuntimePhase::kInit: in NextRuntimePhase()
149 if (phase == art::RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
98 kInit, // The runtime is initialized (and will run user code soon). enumerator
402 } else if (p == RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
978 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
3446 constexpr const char* kInit = "<init>"; in FindStringRangesForMethodNames() local3447 const auto it = std::lower_bound(angle_start, angle_end, kInit, compare); in FindStringRangesForMethodNames()3448 if (it != angle_end && strcmp(get_string(*it), kInit) == 0) { in FindStringRangesForMethodNames()