Searched refs:GetArtMethod (Results 1 – 18 of 18) sorted by relevance
/art/test/595-profile-saving/ |
D | profile-saving.cc | 41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo() 59 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
|
/art/compiler/optimizing/ |
D | nodes_test.cc | 55 &allocator, 1, graph->GetArtMethod(), 0, null_check); in TEST() 140 &allocator, 1, graph->GetArtMethod(), 0, with_environment); in TEST() 151 &allocator, 1, graph->GetArtMethod(), 0, nullptr); in TEST() 157 &allocator, 1, graph->GetArtMethod(), 0, nullptr); in TEST()
|
D | sharpening.cc | 115 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
|
D | inliner.cc | 575 ArtMethod* caller = graph_->GetArtMethod(); in GetInlineCacheJIT() 854 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard() 1290 if (current->graph_->GetArtMethod() == method) { in CountRecursiveCallsOf() 1908 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations() 1917 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
|
D | scheduler_test.cc | 137 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
|
D | instruction_builder.cc | 220 graph_->GetArtMethod(), in InitializeInstruction() 720 graph_->GetArtMethod(), in ResolveMethod() 731 if (graph_->GetArtMethod() == nullptr) { in ResolveMethod()
|
D | nodes.h | 583 ArtMethod* GetArtMethod() const { return art_method_; } in GetArtMethod() function
|
/art/runtime/mirror/ |
D | executable.cc | 40 ArtMethod* Executable::GetArtMethod() { in GetArtMethod() function in art::mirror::Executable
|
D | executable.h | 40 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_);
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 109 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler() 132 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
|
/art/runtime/ |
D | gc_root.h | 167 ArtMethod* GetArtMethod() const { in GetArtMethod() function
|
D | art_method.cc | 102 return executable->GetArtMethod(); in FromReflectedMethod()
|
D | reflection.cc | 597 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
|
D | class_linker.cc | 4568 auto* prototype = h_methods->Get(i)->GetArtMethod(); in CreateProxyClass() 4624 auto* prototype = h_methods->Get(i++)->GetArtMethod(); in CreateProxyClass()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 94 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
|
/art/patchoat/ |
D | patchoat.cc | 679 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod())); in VisitObject()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 1879 ArtMethod* method = gc_root_source->GetArtMethod(); in AssertToSpaceInvariant()
|
/art/compiler/ |
D | image_writer.cc | 2381 ArtMethod* src_method = src->GetArtMethod(); in FixupObject()
|