/art/runtime/ |
D | oat_quick_method_header.cc | 32 if (method->IsNative()) { in ToDexPc() 58 DCHECK(!method->IsNative()); in ToNativeQuickPc()
|
D | art_method.cc | 326 (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 …]
|
D | native_bridge_art_interface.cc | 51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount() 66 if (m.IsNative()) { in GetNativeMethods()
|
D | check_reference_map_visitor.h | 39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame() 43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
|
D | managed_stack.cc | 34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
|
D | art_method.h | 251 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()
|
D | stack.cc | 119 } 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()
|
D | instrumentation.cc | 201 !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()
|
D | art_method-inl.h | 235 return IsNative() ? -2 : -1; in GetLineNumFromDexPC() 388 if (IsNative()) { in UpdateEntrypoints()
|
D | cha.cc | 199 method->IsNative() || in VisitFrame() 535 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
|
D | quick_exception_handler.cc | 116 if (!method->IsNative()) { in HandleTryItems() 407 } else if (method->IsNative()) { in VisitFrame()
|
D | debugger.cc | 155 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 …]
|
D | method_handles.cc | 385 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/ |
D | shadow_frame.cc | 27 } else if (m->IsNative()) { in GetThisObject()
|
D | interpreter.cc | 255 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/ |
D | jit_code_cache.cc | 502 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 …]
|
D | profiling_info.cc | 44 DCHECK(!method->IsNative()); in Create()
|
D | jit.cc | 799 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/ |
D | ti_method.cc | 122 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()
|
D | deopt_manager.cc | 237 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint() 277 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
|
D | ti_stack.cc | 815 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/ |
D | dex_compilation_unit.h | 91 bool IsNative() const { in IsNative() function
|
/art/test/common/ |
D | stack_inspect.cc | 191 if (stack_visitor->GetMethod() == nullptr || stack_visitor->GetMethod()->IsNative()) { in Java_Main_getThisOfCaller()
|
D | runtime_state.cc | 213 if (method->IsNative()) { in ForceJitCompiled()
|
/art/compiler/ |
D | common_compiler_test.cc | 187 if (method->IsNative()) { in CompileMethod()
|