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
390 } else if (p == RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
957 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
3447 constexpr const char* kInit = "<init>"; in FindStringRangesForMethodNames() local3448 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()