/art/runtime/ |
D | native_bridge_art_interface.cc | 46 if (m->IsNative()) { in GetNativeMethodCount() 52 if (m->IsNative()) { in GetNativeMethodCount() 70 if (m->IsNative()) { in GetNativeMethods() 83 if (m->IsNative()) { in GetNativeMethods()
|
D | instrumentation.cc | 104 && !method->IsNative() && !method->IsProxyMethod())) { in UpdateEntrypoints() 116 DCHECK(!method->IsNative()) << PrettyMethod(method); in UpdateEntrypoints() 145 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod() 163 !method->IsNative()) { in InstallStubsForMethod() 689 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCode() 785 CHECK(!method->IsNative()); in Deoptimize() 814 CHECK(!method->IsNative()); in Undeoptimize()
|
D | stack.cc | 40 } else if (m->IsNative()) { in GetThisObject() 69 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences() 122 } else if (m->IsNative()) { in GetThisObject()
|
D | quick_exception_handler.cc | 86 if (!method->IsNative()) { in HandleTryItems()
|
D | thread.cc | 913 if (m->IsNative()) { in VisitFrame() 989 return current_method != nullptr && current_method->IsNative(); in ShouldShowNativeStack() 2061 if (m->IsNative() || shadow_frame->HasReferenceArray()) { in VisitShadowFrame() 2109 if (!m->IsNative() && !m->IsRuntimeMethod() && !m->IsProxyMethod()) { in VisitQuickFrame()
|
D | debugger.cc | 240 if (method->IsNative()) { in MethodEntered() 250 if (method->IsNative()) { in MethodExited() 1503 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc; in SetJdwpLocation() 1671 DCHECK(m->IsNative() || m->IsProxyMethod()); in OutputLineTable() 2489 if (m->IsNative()) { in VisitFrame() 2803 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc; in SetEventLocation() 2886 CHECK(!m->IsNative()); in UpdateDebugger() 3510 if (!m->IsNative()) { in ConfigureStep()
|
D | class_linker.cc | 1586 if (!method->IsNative()) { in InitFromImageInterpretOnlyCallback() 2446 if (method->IsNative()) { in GetQuickOatCodeFor() 2494 if (method->IsNative() || method->IsAbstract() || method->IsProxyMethod()) { in GetOatMethodQuickCodeFor() 2544 !method->IsNative() && !method->IsProxyMethod(); in NeedsInterpreter() 2594 if (quick_code == nullptr && portable_code == nullptr && method->IsNative()) { in FixupStaticTrampolines() 2654 if (enter_interpreter && !method->IsNative()) { in LinkCode() 2678 if (!method->IsNative()) { in LinkCode() 2703 if (method->IsNative()) { in LinkCode()
|
D | jni_internal.cc | 2414 } else if (!m->IsNative()) { in RegisterNativeMethods() 2439 if (m->IsNative()) { in UnregisterNatives() 2446 if (m->IsNative()) { in UnregisterNatives() 3374 CHECK(m->IsNative()); in FindCodeForNativeMethod()
|
D | monitor.cc | 997 if (m->IsNative()) { in VisitLocks()
|
D | class_linker_test.cc | 1079 if (!method->IsNative() && !method->IsAbstract()) { in CheckMethod()
|
/art/runtime/mirror/ |
D | art_method.cc | 159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc() 355 CHECK(IsNative()) << PrettyMethod(this); in RegisterNative() 365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
|
D | art_method-inl.h | 182 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) { in AssertPcIsWithinQuickCode() 386 DCHECK(IsNative()); in GetQuickFrameInfo() 478 return method->IsNative() ? -2 : -1; in GetLineNumFromDexPC()
|
D | art_method.h | 123 bool IsNative() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsNative() function
|
D | class.cc | 709 if (!method->IsNative() && !method->IsAbstract()) { in SetPreverifiedFlagOnMethods()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 89 bool IsNative() const { in IsNative() function
|
/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 55 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
|
/art/test/004-ReferenceMap/ |
D | stack_walk_refmap_jni.cc | 55 if (!m || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
|
/art/compiler/ |
D | image_writer.cc | 356 if (art_method->IsNative()) { in AssignImageBinSlot() 1089 } else if (quick_code == nullptr && method->IsNative() && in GetQuickCode() 1093 } else if (quick_code == nullptr && !method->IsNative()) { in GetQuickCode() 1188 } else if (portable_code == nullptr && orig->IsNative() && in FixupMethod() 1193 } else if (portable_code == nullptr && !orig->IsNative()) { in FixupMethod() 1207 if (orig->IsNative()) { in FixupMethod()
|
D | elf_patcher.cc | 224 CHECK(target->IsNative()); in PatchElf()
|
D | common_compiler_test.cc | 214 if (!method->IsNative()) { in MakeExecutable()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 359 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute() 419 DCHECK(method->IsNative()); in EnterInterpreterFromInvoke() 472 if (LIKELY(!method->IsNative())) { in EnterInterpreterFromInvoke() 566 if (LIKELY(!method->IsNative())) { in artInterpreterToInterpreterBridge()
|
D | interpreter_common.cc | 403 if (method->IsNative()) { in VisitFrame() 406 DCHECK(!method->IsNative()); in VisitFrame() 534 DCHECK(method->IsNative() || method->IsProxyMethod()); in DoCall() 649 !method->IsNative() && !method->IsProxyMethod() && in DoCall()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 60 CHECK(dex_compilation_unit->IsNative()); in JniCompiler()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 497 DCHECK(!method->IsNative()) << PrettyMethod(method); in artQuickToInterpreterBridge() 1642 DCHECK(called->IsNative()) << PrettyMethod(called, true); in artQuickGenericJniTrampoline()
|
/art/oatdump/ |
D | oatdump.cc | 1315 if (method->IsNative()) { in Callback()
|