Lines Matching refs:IsRuntimeMethod
150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
344 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack()
370 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack()
388 m->IsRuntimeMethod() ? nullptr : GetThisObject().Ptr(), in InstrumentationInstallStack()
445 if (!isi->second.interpreter_entry_ && !isi->second.method_->IsRuntimeMethod()) { in InstrumentationInstallStack()
508 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack()
1185 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl()
1402 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType()
1423 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty()
1490 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame()
1491 if (method->IsRuntimeMethod()) { in PopInstrumentationStackFrame()
1532 if (!method->IsRuntimeMethod() && !instrumentation_frame.interpreter_entry_) { in PopInstrumentationStackFrame()