Home
last modified time | relevance | path

Searched refs:GetArtMethod (Results 1 – 25 of 34) 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()
Dinliner.cc678 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT()
954 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard()
1429 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf()
1805 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments()
1860 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in CanInlineBody()
2141 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
2150 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
Dprepare_for_register_allocation.cc87 if (GetGraph()->GetArtMethod() != char_at_method) { in VisitBoundsCheck()
Doptimizing_unit_test.h240 graph_->GetArtMethod(), in ManuallyBuildEnvFor()
Dstack_map_stream.cc219 CHECK_EQ(inline_info.GetArtMethod(), method); in BeginInlineInfoEntry()
Dsharpening.cc86 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
Dscheduler_test.cc134 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
Dinstruction_builder.cc263 graph_->GetArtMethod(), in InitializeInstruction()
967 graph_->GetArtMethod(), in BuildInvoke()
1094 graph_->GetArtMethod(), in BuildInvokePolymorphic()
/art/test/664-aget-verifier/
Daget-verifier.cc36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
/art/runtime/mirror/
Dexecutable-inl.h44 ArtMethod* orig = GetArtMethod<kVerifiyFlags>(); in VisitTarget()
Dexecutable.h36 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
/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.cc547 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredConstructorInternal()
620 if (result == nullptr || ShouldDenyAccessToMember(result->GetArtMethod(), soa.Self())) { in Class_getDeclaredMethodInternal()
/art/runtime/entrypoints/
Dentrypoint_utils.cc115 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler()
138 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h65 return inline_info.GetArtMethod(); in GetResolvedMethod()
/art/runtime/
Dgc_root.h169 ArtMethod* GetArtMethod() const { in GetArtMethod() function
Dstack_map.cc348 vios->Stream() << ", method=" << GetArtMethod()->PrettyMethod(); in Dump()
Dstack_map.h192 ArtMethod* GetArtMethod() const { in GetArtMethod() function
Dart_method.cc108 return executable->GetArtMethod(); in FromReflectedMethod()
Dreflection.cc699 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
/art/runtime/interpreter/
Dunstarted_runtime.cc386 if (method != nullptr && ShouldDenyAccessToMember(method->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredMethod()
407 ShouldDenyAccessToMember(constructor->GetArtMethod(), shadow_frame)) { in UnstartedClassGetDeclaredConstructor()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1192 caller = inline_info.GetArtMethod(); in DumpB74410240DebugData()

12