Home
last modified time | relevance | path

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

12

/art/test/595-profile-saving/
Dprofile-saving.cc41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo()
59 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
/art/compiler/optimizing/
Dnodes_test.cc55 GetAllocator(), 1, graph->GetArtMethod(), 0, null_check); in TEST_F()
131 GetAllocator(), 1, graph->GetArtMethod(), 0, with_environment); in TEST_F()
141 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F()
147 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr); in TEST_F()
Dprepare_for_register_allocation.cc87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
Doptimizing_unit_test.h243 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
Dsharpening.cc85 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
Dinliner.cc662 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT()
940 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard()
1418 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf()
2075 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
2084 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
Dstack_map_stream.cc207 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
Dscheduler_test.cc140 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
Dinstruction_builder.cc263 graph_->GetArtMethod(), in InitializeInstruction()
826 graph_->GetArtMethod(), in ResolveMethod()
837 if (graph_->GetArtMethod() == nullptr) { in ResolveMethod()
/art/test/664-aget-verifier/
Daget-verifier.cc36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
/art/runtime/mirror/
Dexecutable.h40 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
/art/runtime/native/
Djava_lang_reflect_Constructor.cc66 ArtMethod* constructor_art_method = m->GetArtMethod(); in Constructor_newInstance0()
Djava_lang_reflect_Executable.cc163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
Djava_lang_Class.cc505 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredConstructorInternal()
569 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredMethodInternal()
/art/runtime/entrypoints/
Dentrypoint_utils.cc112 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler()
135 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h64 return inline_info.GetArtMethod(); in GetResolvedMethod()
/art/runtime/
Dgc_root.h168 ArtMethod* GetArtMethod() const { in GetArtMethod() function
Dstack_map.cc312 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
Dstack_map.h193 ArtMethod* GetArtMethod() const { in GetArtMethod() function
Dart_method.cc105 return executable->GetArtMethod(); in FromReflectedMethod()
Dreflection.cc661 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
/art/runtime/interpreter/
Dunstarted_runtime.cc420 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod()
458 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()
/art/runtime/gc/space/
Dimage_space.cc1709 ArtMethod* unpatched_method = as_executable->GetArtMethod<kVerifyNone>(); in DoRelocateSpaces()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1274 caller = inline_info.GetArtMethod(); in DumpB74410240DebugData()

12