Searched refs:GetArtMethod (Results 1 - 24 of 24) sorted by relevance

/art/test/664-aget-verifier/
H A Daget-verifier.cc36 ArtMethod* art_method = exec->GetArtMethod();
/art/test/595-profile-saving/
H A Dprofile-saving.cc41 ArtMethod* art_method = exec->GetArtMethod();
59 ArtMethod* art_method = exec->GetArtMethod();
/art/compiler/optimizing/
H A Dnodes_test.cc55 GetAllocator(), 1, graph->GetArtMethod(), 0, null_check);
131 GetAllocator(), 1, graph->GetArtMethod(), 0, with_environment);
141 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr);
147 GetAllocator(), 1, graph->GetArtMethod(), 0, nullptr);
H A Dprepare_for_register_allocation.cc59 if (GetGraph()->GetArtMethod() != char_at_method) {
H A Dsharpening.cc113 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
H A Dsuperblock_cloner_test.cc132 graph_->GetArtMethod(),
H A Dscheduler_test.cc140 graph_->GetArtMethod(),
H A Dinliner.cc637 ArtMethod* caller = graph_->GetArtMethod();
916 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod();
1398 if (current->graph_->GetArtMethod() == method) {
2013 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod()
2022 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod()
H A Dinstruction_builder.cc263 graph_->GetArtMethod(),
839 graph_->GetArtMethod(),
850 if (graph_->GetArtMethod() == nullptr) {
H A Dnodes.h600 ArtMethod* GetArtMethod() const { return art_method_; } function in class:art::HGraph
/art/runtime/mirror/
H A Dexecutable.cc41 ArtMethod* Executable::GetArtMethod() { function in class:art::mirror::Executable
H A Dexecutable.h40 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_);
/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc40 ArtMethod* art_method = exec->GetArtMethod();
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc109 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod();
132 interface_method->GetArtMethod(), kRuntimePointerSize);
/art/runtime/
H A Dgc_root.h168 ArtMethod* GetArtMethod() const { function in class:art::GcRootSource
H A Dart_method.cc109 return executable->GetArtMethod();
H A Dreflection.cc601 ArtMethod* m = executable->GetArtMethod();
H A Dclass_linker.cc4433 auto* prototype = h_methods->Get(i)->GetArtMethod();
4497 auto* prototype = h_methods->Get(i++)->GetArtMethod();
/art/runtime/native/
H A Djava_lang_reflect_Executable.cc160 ArtMethod* art_method = executable.Get()->GetArtMethod();
H A Djava_lang_Class.cc513 if (result == nullptr || ShouldBlockAccessToMember(result->GetArtMethod(), soa.Self())) {
575 if (result == nullptr || ShouldBlockAccessToMember(result->GetArtMethod(), soa.Self())) {
/art/runtime/interpreter/
H A Dunstarted_runtime.cc408 if (method != nullptr && ShouldBlockAccessToMember(method->GetArtMethod(), shadow_frame)) {
446 ShouldBlockAccessToMember(constructor->GetArtMethod(), shadow_frame)) {
/art/patchoat/
H A Dpatchoat.cc1065 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
/art/dex2oat/linker/
H A Dimage_writer.cc2408 ArtMethod* src_method = src->GetArtMethod();
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1967 ArtMethod* method = gc_root_source->GetArtMethod();

Completed in 1336 milliseconds