Home
last modified time | relevance | path

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

/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 &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()
Dsharpening.cc115 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
Dinliner.cc575 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()
Dscheduler_test.cc137 graph_->GetArtMethod(), in TestBuildDependencyGraphAndSchedule()
Dinstruction_builder.cc220 graph_->GetArtMethod(), in InitializeInstruction()
720 graph_->GetArtMethod(), in ResolveMethod()
731 if (graph_->GetArtMethod() == nullptr) { in ResolveMethod()
Dnodes.h583 ArtMethod* GetArtMethod() const { return art_method_; } in GetArtMethod() function
/art/runtime/mirror/
Dexecutable.cc40 ArtMethod* Executable::GetArtMethod() { in GetArtMethod() function in art::mirror::Executable
Dexecutable.h40 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/entrypoints/
Dentrypoint_utils.cc109 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler()
132 interface_method->GetArtMethod(), kRuntimePointerSize); in InvokeProxyInvocationHandler()
/art/runtime/
Dgc_root.h167 ArtMethod* GetArtMethod() const { in GetArtMethod() function
Dart_method.cc102 return executable->GetArtMethod(); in FromReflectedMethod()
Dreflection.cc597 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
Dclass_linker.cc4568 auto* prototype = h_methods->Get(i)->GetArtMethod(); in CreateProxyClass()
4624 auto* prototype = h_methods->Get(i++)->GetArtMethod(); in CreateProxyClass()
/art/runtime/native/
Djava_lang_reflect_Executable.cc94 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
/art/patchoat/
Dpatchoat.cc679 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod())); in VisitObject()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1879 ArtMethod* method = gc_root_source->GetArtMethod(); in AssertToSpaceInvariant()
/art/compiler/
Dimage_writer.cc2381 ArtMethod* src_method = src->GetArtMethod(); in FixupObject()