Home
last modified time | relevance | path

Searched refs:IsNative (Results 1 – 25 of 35) sorted by relevance

12

/art/runtime/
Doat_quick_method_header.cc51 DCHECK(method->IsNative()); in ToDexPc()
70 DCHECK(!method->IsNative()); in ToNativeQuickPc()
Dnative_bridge_art_interface.cc51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount()
66 if (m.IsNative()) { in GetNativeMethods()
Dcheck_reference_map_visitor.h36 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
40 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
Dart_method.cc345 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()
380 CHECK(IsNative()) << PrettyMethod(); in RegisterNative()
395 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(); in UnregisterNative()
476 DCHECK(method->IsObsolete() && method->IsNative()); in FindOatMethodFromDexFileFor()
510 DCHECK(method->IsNative()) << "We should only be finding the OatMethod of obsolete methods in " in FindOatMethodFor()
664 DCHECK(IsNative()); in GetOatQuickMethodHeader()
670 DCHECK(IsNative()); in GetOatQuickMethodHeader()
679 DCHECK(IsNative()) << PrettyMethod(); in GetOatQuickMethodHeader()
686 DCHECK(IsNative()); in GetOatQuickMethodHeader()
707 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode()
[all …]
Dart_method.h249 bool IsNative() { in IsNative() function
449 DCHECK(!IsNative()); in GetProfilingInfo()
481 DCHECK(!IsNative()); in SetSingleImplementation()
487 DCHECK(IsNative()); in GetEntryPointFromJni()
496 DCHECK(IsNative()); in SetEntryPointFromJni()
Dstack.cc52 } else if (m->IsNative()) { in GetThisObject()
77 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
188 } else if (m->IsNative()) { in GetThisObject()
643 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode()
782 DCHECK(method->IsNative()); in GetCurrentQuickFrameInfo()
912 << " native=" << method->IsNative() in WalkStack()
915 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
Dinstrumentation.cc111 !method->IsNative() && in NeedDebugVersionFor()
131 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()
144 !method->IsNative()) { in InstallStubsForMethod()
708 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl()
775 CHECK(!method->IsNative()); in Deoptimize()
798 CHECK(!method->IsNative()); in Undeoptimize()
Dcha.cc107 method->IsNative() || in VisitFrame()
429 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
Dart_method-inl.h297 return IsNative() ? -2 : -1; in GetLineNumFromDexPC()
486 if (IsNative<kReadBarrierOption>()) { in UpdateEntrypoints()
Dquick_exception_handler.cc102 if (!method->IsNative()) { in HandleTryItems()
341 } else if (method->IsNative()) { in VisitFrame()
Ddebugger.cc155 if (method->IsNative()) { in MethodEntered()
181 if (method->IsNative()) { in MethodExited()
1418 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc; in SetJdwpLocation()
1612 DCHECK(m->IsNative() || m->IsProxyMethod()); in OutputLineTable()
2542 if (m->IsNative()) { in VisitFrame()
2875 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc; in SetEventLocation()
3065 CHECK(!m->IsNative()); in UpdateDebugger()
3490 if (!m->IsNative() && !m->IsProxyMethod()) { in IsForcedInterpreterNeededForCallingImpl()
3507 if (m->IsNative() || m->IsProxyMethod()) { in IsForcedInterpreterNeededForResolutionImpl()
3545 if (m->IsNative() || m->IsProxyMethod()) { in IsForcedInstrumentationNeededForResolutionImpl()
[all …]
Dmethod_handles.cc385 DCHECK(method->IsNative() || method->IsProxyMethod()); in GetInsForProxyOrNativeMethod()
448 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallPolymorphic()
1076 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoInvokePolymorphicExact()
Dthread.cc1722 if (m->IsNative()) { in VisitFrame()
1809 return current_method != nullptr && current_method->IsNative(); in ShouldShowNativeStack()
3123 DCHECK(m->IsNative() || shadow_frame->HasReferenceArray()); in VisitShadowFrame()
3190 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback()
Dclass_linker.cc840 if (!method->IsNative() && !method->IsRuntimeMethod() && !method->IsResolutionMethod()) { in Visit()
1409 !m.IsNative()) { in UpdateAppImageClassLoadersAndDexCaches()
1419 !m.IsNative()) { in UpdateAppImageClassLoadersAndDexCaches()
2924 if (method->IsNative()) { in GetQuickOatCodeFor()
2932 if (UNLIKELY(method->IsNative() || method->IsProxyMethod())) { in ShouldUseInterpreterEntrypoint()
3022 if (quick_code == nullptr && method->IsNative()) { in FixupStaticTrampolines()
3075 } else if (quick_code == nullptr && method->IsNative()) { in LinkCode()
3082 if (method->IsNative()) { in LinkCode()
8531 if (!method->IsNative()) { in SetEntryPointsToInterpreter()
8542 if (!method->IsNative()) { in SetEntryPointsForObsoleteMethod()
/art/runtime/openjdkjvmti/
Dti_method.cc102 if (art_method->IsNative()) { in GetArgumentsSize()
136 if (art_method->IsNative()) { in GetMaxLocals()
249 if (art_method->IsNative()) { in GetMethodLocation()
324 if (art_method->IsNative()) { in GetLineNumberTable()
375 return method->IsNative(); in IsMethodNative()
Dti_stack.cc716 if (closure.method->IsNative()) { in GetFrameLocation()
/art/compiler/driver/
Ddex_compilation_unit.h89 bool IsNative() const { in IsNative() function
/art/runtime/jit/
Dprofiling_info.cc44 DCHECK(!method->IsNative()); in Create()
Dprofile_saver.cc197 if (!method.IsNative()) { in operator ()()
Djit_code_cache.cc679 if (method->IsNative()) { in NotifyMethodRedefined()
712 if (old_method->IsNative()) { in MoveObsoleteMethod()
Djit.cc618 if (method->IsClassInitializer() || method->IsNative() || !method->IsCompilable()) { in AddSamples()
/art/runtime/interpreter/
Dinterpreter.cc245 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
383 DCHECK(method->IsNative()); in EnterInterpreterFromInvoke()
438 if (LIKELY(!method->IsNative())) { in EnterInterpreterFromInvoke()
619 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) { in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc928 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
950 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
/art/imgdiag/
Dimgdiag.cc741 os << " isNative? " << (art_method->IsNative() ? "yes" : "no") << ", "; in DumpImageDiffMap()
822 os << " isNative? " << (art_method->IsNative() ? "yes" : "no") << ", "; in DumpImageDiffMap()
/art/compiler/
Dimage_writer.cc629 if (m->IsNative()) { in WillMethodBeDirty()
2428 } else if (quick_code == nullptr && method->IsNative() && in GetQuickCode()
2432 } else if (quick_code == nullptr && !method->IsNative()) { in GetQuickCode()
2508 if (orig->IsNative()) { in CopyAndFixupMethod()

12