/art/runtime/ |
D | oat_quick_method_header.cc | 37 if (method->IsNative()) { in ToDexPc() 64 DCHECK(!method->IsNative()); in ToNativeQuickPc()
|
D | check_reference_map_visitor.h | 39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame() 45 m->IsNative() || in VisitFrame()
|
D | native_bridge_art_interface.cc | 51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount() 66 if (m.IsNative()) { in GetNativeMethods()
|
D | managed_stack.cc | 34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
|
D | art_method.cc | 335 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke() 361 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke() 402 if (!IsNative() || !IsVarargs()) { in IsPolymorphicSignature() 437 DCHECK(method->IsObsolete() && method->IsNative()); in FindOatMethodFromDexFileFor() 471 DCHECK(method->IsNative()) << "We should only be finding the OatMethod of obsolete methods in " in FindOatMethodFor() 625 if (IsNative()) { in GetOatQuickMethodHeader() 640 DCHECK(IsNative()) << PrettyMethod(); in GetOatQuickMethodHeader() 647 DCHECK(IsNative()); in GetOatQuickMethodHeader() 668 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode() 761 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom() [all …]
|
D | art_method.h | 281 bool IsNative() const { in IsNative() function 344 DCHECK(!IsNative()); in SetSkipAccessChecks() 349 DCHECK(!IsNative()); in ClearSkipAccessChecks() 519 if (UNLIKELY(IsNative() || IsProxyMethod() || !IsInvokable())) { in GetProfilingInfo() 532 DCHECK(!IsNative()); in SetProfilingInfoPtrSize() 569 DCHECK(!IsNative()); in SetSingleImplementation() 576 DCHECK(IsNative()); in GetEntryPointFromJni() 588 DCHECK(IsNative() || IsRuntimeMethod()); in SetEntryPointFromJni()
|
D | stack.cc | 85 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo() 94 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap() 127 } else if ((*GetCurrentQuickFrame())->IsNative()) { in GetDexPc() 151 } else if (m->IsNative()) { in GetThisObject() 678 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 813 DCHECK(method->IsNative()); in GetCurrentQuickFrameInfo() 849 if (method->IsNative()) { in WalkStack() 894 && !method->IsNative() // JNI methods cannot have any inlined frames. in WalkStack() 967 << " native=" << method->IsNative() in WalkStack() 970 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
|
D | debugger.h | 57 return m != nullptr && !m->IsProxyMethod() && !m->IsNative(); in IsForcedInterpreterNeededForUpcall()
|
D | instrumentation.cc | 230 !method->IsNative() && in NeedDebugVersionFor() 258 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod() 267 !method->IsNative()) { in InstallStubsForMethod() 916 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl() 931 if (!method->IsNative() && Runtime::Current()->GetJit() != nullptr) { in UpdateMethodsCodeImpl() 1014 CHECK(!method->IsNative()); in Deoptimize() 1037 CHECK(!method->IsNative()); in Undeoptimize() 1156 } else if (method->IsNative()) { in GetCodeForInvoke() 1160 } else if (method->IsNative()) { in GetCodeForInvoke() 1447 if (m->IsNative()) { in GetRuntimeMethodShorty()
|
D | art_method-inl.h | 237 return IsNative() ? -2 : -1; in GetLineNumFromDexPC() 381 if (IsNative()) { in UpdateEntrypoints()
|
D | quick_exception_handler.cc | 105 if (!method->IsNative()) { in HandleTryItems() 362 } else if (method->IsNative()) { in VisitFrame()
|
D | cha.cc | 199 method->IsNative() || in VisitFrame() 535 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
|
D | debugger.cc | 557 bool IsNative() const { in IsNative() function in art::HeapChunkContext 585 if (!IsNative() || free_len < kMaxFreeLen) { in ProcessRecord() 586 AppendChunk(HPSG_STATE(SOLIDITY_FREE, 0), free_start, free_len, IsNative()); in ProcessRecord()
|
/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() 448 DCHECK(method->IsNative()); in EnterInterpreterFromInvoke() 507 if (LIKELY(!method->IsNative())) { in EnterInterpreterFromInvoke() 690 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) { in ArtInterpreterToInterpreterBridge()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 58 if (!method->IsNative()) { in artFindNativeMethodRunnable() 130 if (method->IsNative()) { in artCriticalNativeFrameSize()
|
/art/runtime/jit/ |
D | profiling_info.cc | 43 DCHECK(!method->IsNative()); in Create()
|
D | jit_code_cache.cc | 302 if (UNLIKELY(method->IsNative())) { in ContainsMethod() 323 DCHECK(method->IsNative()); in GetJniStubCode() 670 DCHECK(!method->IsNative() || (compilation_kind != CompilationKind::kOsr)); in Commit() 672 if (!method->IsNative()) { in Commit() 748 if (UNLIKELY(method->IsNative())) { in Commit() 805 CHECK(!method->IsNative()); in RemoveMethod() 828 if (LIKELY(!method->IsNative())) { in RemoveMethodLocked() 838 if (UNLIKELY(method->IsNative())) { in RemoveMethodLocked() 890 if (old_method->IsNative()) { in MoveObsoleteMethod() 1488 if (method != nullptr && UNLIKELY(method->IsNative())) { in LookupMethodHeader() [all …]
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 91 bool IsNative() const { in IsNative() function
|
/art/openjdkjvmti/ |
D | ti_method.cc | 140 if (art_method->IsNative()) { in GetBytecodes() 173 if (art_method->IsNative()) { in GetArgumentsSize() 208 if (art_method->IsNative()) { in GetLocalVariableTable() 294 if (art_method->IsNative()) { in GetMaxLocals() 407 if (art_method->IsNative()) { in GetMethodLocation() 472 if (art_method->IsNative()) { in GetLineNumberTable() 526 return method->IsNative(); in IsMethodNative() 576 if (method->IsNative() || method->IsProxyMethod()) { in Run()
|
D | ti_stack.cc | 832 if (closure.method->IsNative() || closure.method->IsProxyMethod()) { in GetFrameLocation() 1074 if (method->IsNative()) { in NotifyFramePop() 1178 DCHECK(!called_method->IsNative()) << called_method->PrettyMethod(); in NonStandardExitFrames() 1186 (calling_method->IsNative() in NonStandardExitFrames() 1224 if (UNLIKELY(called->IsNative())) { in CheckFunctions() 1237 if (UNLIKELY(calling->IsNative() || called->IsNative())) { in CheckFunctions()
|
D | deopt_manager.cc | 237 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint() 277 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
|
/art/test/common/ |
D | stack_inspect.cc | 196 stack_visitor->GetMethod()->IsNative() || in Java_Main_getThisOfCaller()
|
/art/compiler/ |
D | common_compiler_test.cc | 200 if (method->IsNative()) { in CompileMethod()
|
/art/runtime/verifier/ |
D | class_verifier.cc | 95 if (skip_access_checks && it.first->IsInvokable() && !it.first->IsNative()) { in ReverifyClass()
|