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