Home
last modified time | relevance | path

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

/art/runtime/
Dnative_bridge_art_interface.cc46 if (m->IsNative()) { in GetNativeMethodCount()
52 if (m->IsNative()) { in GetNativeMethodCount()
70 if (m->IsNative()) { in GetNativeMethods()
83 if (m->IsNative()) { in GetNativeMethods()
Dinstrumentation.cc104 && !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()
Dstack.cc40 } else if (m->IsNative()) { in GetThisObject()
69 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
122 } else if (m->IsNative()) { in GetThisObject()
Dquick_exception_handler.cc86 if (!method->IsNative()) { in HandleTryItems()
Dthread.cc913 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()
Ddebugger.cc240 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()
Dclass_linker.cc1586 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()
Djni_internal.cc2414 } else if (!m->IsNative()) { in RegisterNativeMethods()
2439 if (m->IsNative()) { in UnregisterNatives()
2446 if (m->IsNative()) { in UnregisterNatives()
3374 CHECK(m->IsNative()); in FindCodeForNativeMethod()
Dmonitor.cc997 if (m->IsNative()) { in VisitLocks()
Dclass_linker_test.cc1079 if (!method->IsNative() && !method->IsAbstract()) { in CheckMethod()
/art/runtime/mirror/
Dart_method.cc159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
355 CHECK(IsNative()) << PrettyMethod(this); in RegisterNative()
365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
Dart_method-inl.h182 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) { in AssertPcIsWithinQuickCode()
386 DCHECK(IsNative()); in GetQuickFrameInfo()
478 return method->IsNative() ? -2 : -1; in GetLineNumFromDexPC()
Dart_method.h123 bool IsNative() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsNative() function
Dclass.cc709 if (!method->IsNative() && !method->IsAbstract()) { in SetPreverifiedFlagOnMethods()
/art/compiler/driver/
Ddex_compilation_unit.h89 bool IsNative() const { in IsNative() function
/art/test/004-StackWalk/
Dstack_walk_jni.cc55 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc55 if (!m || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
/art/compiler/
Dimage_writer.cc356 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()
Delf_patcher.cc224 CHECK(target->IsNative()); in PatchElf()
Dcommon_compiler_test.cc214 if (!method->IsNative()) { in MakeExecutable()
/art/runtime/interpreter/
Dinterpreter.cc359 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()
Dinterpreter_common.cc403 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/
Djni_compiler.cc60 CHECK(dex_compilation_unit->IsNative()); in JniCompiler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc497 DCHECK(!method->IsNative()) << PrettyMethod(method); in artQuickToInterpreterBridge()
1642 DCHECK(called->IsNative()) << PrettyMethod(called, true); in artQuickGenericJniTrampoline()
/art/oatdump/
Doatdump.cc1315 if (method->IsNative()) { in Callback()