Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsNative

1796       if (m->IsNative()) {
1883 return current_method != nullptr && current_method->IsNative();
3199 DCHECK(m->IsNative() || shadow_frame->HasReferenceArray());
3266 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) {