Home
last modified time | relevance | path

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

12

/art/runtime/
Doat_quick_method_header.cc32 if (method->IsNative()) { in ToDexPc()
58 DCHECK(!method->IsNative()); in ToNativeQuickPc()
Dart_method.cc326 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()) || in Invoke()
353 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()
388 CHECK(IsNative()) << PrettyMethod(); in RegisterNative()
399 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative()
411 if (!IsNative() || !IsVarargs()) { in IsPolymorphicSignature()
446 DCHECK(method->IsObsolete() && method->IsNative()); in FindOatMethodFromDexFileFor()
480 DCHECK(method->IsNative()) << "We should only be finding the OatMethod of obsolete methods in " in FindOatMethodFor()
629 if (IsNative()) { in GetOatQuickMethodHeader()
644 DCHECK(IsNative()) << PrettyMethod(); in GetOatQuickMethodHeader()
651 DCHECK(IsNative()); in GetOatQuickMethodHeader()
[all …]
Dnative_bridge_art_interface.cc51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount()
66 if (m.IsNative()) { in GetNativeMethods()
Dcheck_reference_map_visitor.h39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
Dmanaged_stack.cc34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
Dart_method.h251 bool IsNative() { in IsNative() function
314 DCHECK(!IsNative()); in SetSkipAccessChecks()
478 if (UNLIKELY(IsNative() || IsProxyMethod() || !IsInvokable())) { in GetProfilingInfo()
518 DCHECK(!IsNative()); in SetSingleImplementation()
525 DCHECK(IsNative()); in GetEntryPointFromJni()
534 DCHECK(IsNative()); in SetEntryPointFromJni()
Dstack.cc119 } else if (m->IsNative()) { in GetThisObject()
580 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode()
723 DCHECK(method->IsNative()); in GetCurrentQuickFrameInfo()
771 if (method->IsNative()) { in WalkStack()
817 && !method->IsNative()) { in WalkStack()
902 << " native=" << method->IsNative() in WalkStack()
905 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
Dinstrumentation.cc201 !method->IsNative() && in NeedDebugVersionFor()
229 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()
238 !method->IsNative()) { in InstallStubsForMethod()
865 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl()
880 if (!method->IsNative() && Runtime::Current()->GetJit() != nullptr) { in UpdateMethodsCodeImpl()
963 CHECK(!method->IsNative()); in Deoptimize()
986 CHECK(!method->IsNative()); in Undeoptimize()
1105 } else if (method->IsNative()) { in GetCodeForInvoke()
1109 } else if (method->IsNative()) { in GetCodeForInvoke()
1396 if (m->IsNative()) { in GetRuntimeMethodShorty()
Dart_method-inl.h235 return IsNative() ? -2 : -1; in GetLineNumFromDexPC()
388 if (IsNative()) { in UpdateEntrypoints()
Dcha.cc199 method->IsNative() || in VisitFrame()
535 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
Dquick_exception_handler.cc116 if (!method->IsNative()) { in HandleTryItems()
407 } else if (method->IsNative()) { in VisitFrame()
Ddebugger.cc155 if (method->IsNative()) { in MethodEntered()
184 if (method->IsNative()) { in MethodExited()
1490 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc; in SetJdwpLocation()
1672 DCHECK(m->IsNative() || m->IsProxyMethod()); in OutputLineTable()
2563 if (m->IsNative()) { in FindAndHandleNonNativeFrame()
2886 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc; in SetEventLocation()
2925 if (!IsDebuggerActive() || m->IsNative()) { in PostFieldAccessEvent()
2940 if (!IsDebuggerActive() || m->IsNative()) { in PostFieldModificationEvent()
3041 CHECK(!m->IsNative()); in UpdateDebugger()
3466 if (!m->IsNative() && !m->IsProxyMethod()) { in IsForcedInterpreterNeededForCallingImpl()
[all …]
Dmethod_handles.cc385 DCHECK(method->IsNative() || method->IsProxyMethod()); in GetInsForProxyOrNativeMethod()
445 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeMethod()
1194 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeExactInternal()
/art/runtime/interpreter/
Dshadow_frame.cc27 } else if (m->IsNative()) { in GetThisObject()
Dinterpreter.cc255 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
432 DCHECK(method->IsNative()); in EnterInterpreterFromInvoke()
487 if (LIKELY(!method->IsNative())) { in EnterInterpreterFromInvoke()
670 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) { in ArtInterpreterToInterpreterBridge()
/art/runtime/jit/
Djit_code_cache.cc502 if (UNLIKELY(method->IsNative())) { in ContainsMethod()
520 DCHECK(method->IsNative()); in GetJniStubCode()
553 if (method->IsNative()) { in GetZygoteSavedEntryPoint()
986 DCHECK(!method->IsNative() || !osr); in CommitCodeInternal()
988 if (!method->IsNative()) { in CommitCodeInternal()
1121 if (UNLIKELY(method->IsNative())) { in CommitCodeInternal()
1197 CHECK(!method->IsNative()); in RemoveMethod()
1220 if (LIKELY(!method->IsNative())) { in RemoveMethodLocked()
1230 if (UNLIKELY(method->IsNative())) { in RemoveMethodLocked()
1281 if (old_method->IsNative()) { in MoveObsoleteMethod()
[all …]
Dprofiling_info.cc44 DCHECK(!method->IsNative()); in Create()
Djit.cc799 if (!method->IsNative()) { in CompileMethodsFromProfile()
823 if (method->IsNative()) { in IgnoreSamplesForMethod()
867 if (!method->IsNative() && method->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in MaybeCompileMethod()
890 method->IsNative() && in MaybeCompileMethod()
906 DCHECK(!method->IsNative()); // No back edges reported for native methods. in MaybeCompileMethod()
938 if (!np_method->IsNative()) { in MethodEntered()
/art/openjdkjvmti/
Dti_method.cc122 if (art_method->IsNative()) { in GetBytecodes()
155 if (art_method->IsNative()) { in GetArgumentsSize()
190 if (art_method->IsNative()) { in GetLocalVariableTable()
276 if (art_method->IsNative()) { in GetMaxLocals()
389 if (art_method->IsNative()) { in GetMethodLocation()
454 if (art_method->IsNative()) { in GetLineNumberTable()
508 return method->IsNative(); in IsMethodNative()
547 if (method->IsNative() || method->IsProxyMethod()) { in Run()
Ddeopt_manager.cc237 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint()
277 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
Dti_stack.cc815 if (closure.method->IsNative() || closure.method->IsProxyMethod()) { in GetFrameLocation()
1057 if (method->IsNative()) { in NotifyFramePop()
1147 if (calling_method->IsNative() || called_method->IsNative()) { in PopFrame()
/art/compiler/driver/
Ddex_compilation_unit.h91 bool IsNative() const { in IsNative() function
/art/test/common/
Dstack_inspect.cc191 if (stack_visitor->GetMethod() == nullptr || stack_visitor->GetMethod()->IsNative()) { in Java_Main_getThisOfCaller()
Druntime_state.cc213 if (method->IsNative()) { in ForceJitCompiled()
/art/compiler/
Dcommon_compiler_test.cc187 if (method->IsNative()) { in CompileMethod()

12