Home
last modified time | relevance | path

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

12

/art/runtime/
Doat_quick_method_header.cc37 if (method->IsNative()) { in ToDexPc()
64 DCHECK(!method->IsNative()); in ToNativeQuickPc()
Dcheck_reference_map_visitor.h39 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
45 m->IsNative() || in VisitFrame()
Dnative_bridge_art_interface.cc51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount()
66 if (m.IsNative()) { in GetNativeMethods()
Dmanaged_stack.cc34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
Dart_method.cc335 (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 …]
Dart_method.h281 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()
Dstack.cc85 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()
Ddebugger.h57 return m != nullptr && !m->IsProxyMethod() && !m->IsNative(); in IsForcedInterpreterNeededForUpcall()
Dinstrumentation.cc230 !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()
Dart_method-inl.h237 return IsNative() ? -2 : -1; in GetLineNumFromDexPC()
381 if (IsNative()) { in UpdateEntrypoints()
Dquick_exception_handler.cc105 if (!method->IsNative()) { in HandleTryItems()
362 } else if (method->IsNative()) { in VisitFrame()
Dcha.cc199 method->IsNative() || in VisitFrame()
535 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
Ddebugger.cc557 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/
Dshadow_frame.cc27 } else if (m->IsNative()) { in GetThisObject()
Dinterpreter.cc255 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/
Djni_entrypoints.cc58 if (!method->IsNative()) { in artFindNativeMethodRunnable()
130 if (method->IsNative()) { in artCriticalNativeFrameSize()
/art/runtime/jit/
Dprofiling_info.cc43 DCHECK(!method->IsNative()); in Create()
Djit_code_cache.cc302 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/
Ddex_compilation_unit.h91 bool IsNative() const { in IsNative() function
/art/openjdkjvmti/
Dti_method.cc140 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()
Dti_stack.cc832 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()
Ddeopt_manager.cc237 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint()
277 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
/art/test/common/
Dstack_inspect.cc196 stack_visitor->GetMethod()->IsNative() || in Java_Main_getThisOfCaller()
/art/compiler/
Dcommon_compiler_test.cc200 if (method->IsNative()) { in CompileMethod()
/art/runtime/verifier/
Dclass_verifier.cc95 if (skip_access_checks && it.first->IsInvokable() && !it.first->IsNative()) { in ReverifyClass()

12