Lines Matching refs:IsRuntimeMethod
137 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
306 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack()
337 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack()
355 m->IsRuntimeMethod() ? nullptr : GetThisObject(), in InstrumentationInstallStack()
419 if (!isi->interpreter_entry_ && !isi->method_->IsRuntimeMethod()) { in InstrumentationInstallStack()
482 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack()
1154 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl()
1371 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType()
1392 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty()
1472 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame()
1473 if (method->IsRuntimeMethod()) { in PopInstrumentationStackFrame()
1515 if (!method->IsRuntimeMethod() && !instrumentation_frame.interpreter_entry_) { in PopInstrumentationStackFrame()