Home
last modified time | relevance | path

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

123

/art/runtime/oat/
Doat_quick_method_header.cc42 if (method->IsNative()) { in ToDexPc()
68 DCHECK(!method->IsNative()); in ToNativeQuickPc()
93 DCHECK(!method->IsNative()); in ToNativeQuickPcForCatchHandlers()
Djni_stub_hash_map_test.cc105 ASSERT_TRUE(base_method_->IsNative()); in SetBaseMethod()
130 ASSERT_TRUE(cmp_method->IsNative()); in CompareMethod()
281 if (method.IsNative() && !method.IsIntrinsic()) { in TEST_F()
Djni_stub_hash_map.h38 DCHECK(ArtMethod::IsNative(flags)); in JniStubKey()
/art/runtime/
Dnative_bridge_art_interface.cc51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount()
66 if (m.IsNative()) { in GetNativeMethods()
Dart_method.h434 bool IsNative() const {
435 return IsNative(GetAccessFlags());
438 static bool IsNative(uint32_t access_flags) {
474 return !IsNative(access_flags);
526 DCHECK(!IsNative());
531 DCHECK(!IsNative());
587 DCHECK(!IsNative());
592 DCHECK(!IsNative());
606 if (!IsNative(access_flags)) {
845 DCHECK(!IsNative());
[all …]
Dcheck_reference_map_visitor.h40 if (m->IsCalleeSaveMethod() || m->IsNative()) { in VisitFrame()
46 m->IsNative() || in VisitFrame()
Dart_method.cc388 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()
414 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()
451 if (!IsNative() || !IsVarargs()) { in IsSignaturePolymorphic()
486 DCHECK(method->IsObsolete() && method->IsNative()); in FindOatMethodFromDexFileFor()
519 DCHECK(method->IsNative()) << "We should only be finding the OatMethod of obsolete methods in " in FindOatMethodFor()
643 << ", is_native=" << std::boolalpha << IsNative(); in GetOatQuickMethodHeader()
653 if (!IsNative()) { in GetOatQuickMethodHeader()
677 if (kIsDebugBuild && !IsNative()) { in GetOatQuickMethodHeader()
700 if (IsNative() && !method_header->Contains(pc)) { in GetOatQuickMethodHeader()
800 src->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(), in CopyFrom()
[all …]
Dstack.cc86 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentInlineInfo()
95 DCHECK(!(*cur_quick_frame_)->IsNative()); in GetCurrentStackMap()
128 } else if ((*GetCurrentQuickFrame())->IsNative()) { in GetDexPc()
175 } else if (m->IsNative()) { in GetThisObject()
781 DCHECK(method->IsNative()); in GetCurrentQuickFrameInfo()
827 if (method->IsNative()) { in WalkStack()
899 && !method->IsNative() // JNI methods cannot have any inlined frames. in WalkStack()
941 << " native=" << method->IsNative() in WalkStack()
944 << "," << (method->IsNative() ? method->GetEntryPointFromJni() : nullptr) in WalkStack()
Dinstrumentation.cc269 if (instr->InterpreterStubsInstalled() && !method->IsNative()) { in UpdateEntryPoints()
285 if (method->IsNative()) { in InterpretOnly()
351 return method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge(); in GetOptimizedCodeFor()
367 method, method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in InitializeMethodsCode()
381 if (aot_code != nullptr || method->IsNative() || CanUseNterp(method)) { in InitializeMethodsCode()
410 method, method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in InitializeMethodsCode()
437 method, method->IsNative() ? GetQuickGenericJniStub() : GetQuickToInterpreterBridge()); in InstallStubsForMethod()
466 return method->IsNative(); in MethodSupportsExitEvents()
1255 CHECK(!method->IsNative()); in Deoptimize()
1285 CHECK(!method->IsNative()); in Undeoptimize()
[all …]
Ddebugger.h59 return m != nullptr && !m->IsProxyMethod() && !m->IsNative(); in IsForcedInterpreterNeededForUpcall()
Dnterp_helpers.cc229 if (ArtMethod::IsNative(access_flags) || in CanMethodUseNterp()
Dcha.cc199 method->IsNative() || in VisitFrame()
521 DCHECK(!method->IsNative()) << "Abstract method cannot be native"; in InitSingleImplementationFlag()
Ddebugger.cc552 bool IsNative() const { in IsNative() function in art::HeapChunkContext
580 if (!IsNative() || free_len < kMaxFreeLen) { in ProcessRecord()
581 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.cc258 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
380 DCHECK(method->IsNative()) << method->PrettyMethod(); in EnterInterpreterFromInvoke()
426 if (LIKELY(!method->IsNative())) { in EnterInterpreterFromInvoke()
598 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) { in ArtInterpreterToInterpreterBridge()
/art/test/664-aget-verifier/
Daget-verifier.cc41 if (art_method->IsNative() || !art_method->IsInvokable() || art_method->IsProxyMethod()) { in Java_Main_testCompiled()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc59 if (!method->IsNative()) { in artFindNativeMethodRunnable()
138 if (method->IsNative()) { in artCriticalNativeFrameSize()
/art/runtime/jit/
Djit_code_cache.cc298 if (UNLIKELY(method->IsNative())) { in ContainsMethod()
319 DCHECK(method->IsNative()); in GetJniStubCode()
664 DCHECK_IMPLIES(method->IsNative(), (compilation_kind != CompilationKind::kOsr)); in Commit()
666 if (!method->IsNative()) { in Commit()
741 if (UNLIKELY(method->IsNative())) { in Commit()
803 CHECK(!method->IsNative()); in RemoveMethod()
826 if (LIKELY(!method->IsNative())) { in RemoveMethodLocked()
835 if (UNLIKELY(method->IsNative())) { in RemoveMethodLocked()
892 if (old_method->IsNative()) { in MoveObsoleteMethod()
1152 CHECK(method->IsNative() || (method->GetEntryPointFromQuickCompiledCode() != entry_point)); in AddZombieCode()
[all …]
Dprofiling_info.cc58 DCHECK(!method->IsNative()); in Create()
/art/compiler/driver/
Ddex_compilation_unit.h92 bool IsNative() const { in IsNative() function
Dcompiler_options.cc154 !method->IsNative()) { in ShouldCompileWithClinitCheck()
/art/openjdkjvmti/
Dti_method.cc140 if (art_method->IsNative()) { in GetBytecodes()
173 if (art_method->IsNative()) { in GetArgumentsSize()
209 if (art_method->IsNative()) { in GetLocalVariableTable()
295 if (art_method->IsNative()) { in GetMaxLocals()
409 if (art_method->IsNative()) { in GetMethodLocation()
475 if (art_method->IsNative()) { in GetLineNumberTable()
529 return method->IsNative(); in IsMethodNative()
579 if (method->IsNative() || method->IsProxyMethod()) { in Run()
Dti_stack.cc833 if (closure.method->IsNative() || closure.method->IsProxyMethod()) { in GetFrameLocation()
1075 if (method->IsNative()) { in NotifyFramePop()
1179 DCHECK(!called_method->IsNative()) << called_method->PrettyMethod(); in NonStandardExitFrames()
1187 (calling_method->IsNative() in NonStandardExitFrames()
1225 if (UNLIKELY(called->IsNative())) { in CheckFunctions()
1238 if (UNLIKELY(calling->IsNative() || called->IsNative())) { in CheckFunctions()
Ddeopt_manager.cc229 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint()
269 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
/art/test/common/
Dstack_inspect.cc198 stack_visitor->GetMethod()->IsNative() || in Java_Main_getThisOfCaller()

123