Searched refs:GetMethod (Results 51 - 69 of 69) sorted by relevance

123

/art/runtime/
H A Dcha.cc195 ArtMethod* method = GetMethod();
H A Dthread.cc2461 ArtMethod* m = GetMethod();
2552 ArtMethod* m = GetMethod();
3419 ArtMethod* m = GetMethod();
3471 LOG(INFO) << "Visiting stack roots in " << ArtMethod::PrettyMethod(GetMethod())
3484 ArtMethod* m = shadow_frame->GetMethod();
H A Ddebugger.h132 ArtMethod* GetMethod() const { function in class:art::SingleStepControl
H A Dreflection.cc185 if (!shadow_frame->GetMethod()->IsStatic()) {
H A Dtrace.cc68 ArtMethod* m = GetMethod();
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc719 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " "
720 << ArtMethod::PrettyMethod(linked->GetMethod());
818 Handle<mirror::Class> h_class(hs.NewHandle(shadow_frame->GetMethod()->GetDeclaringClass()));
821 << shadow_frame->GetMethod()->PrettyMethod();
/art/runtime/jit/
H A Dprofile_compilation_info.h371 std::unique_ptr<OfflineProfileMethodInfo> GetMethod(const std::string& dex_location,
H A Dprofile_compilation_info.cc1590 std::unique_ptr<ProfileCompilationInfo::OfflineProfileMethodInfo> ProfileCompilationInfo::GetMethod(
/art/openjdkjvmti/
H A Devents.cc708 art::jni::EncodeArtMethod(frame.GetMethod()),
735 art::ArtMethod* method = GetMethod();
H A Dti_method.cc564 art::ArtMethod* method = visitor.GetMethod();
H A Dti_heap.cc953 art::ArtMethod* method = visitor->GetMethod();
H A Dti_redefine.cc177 art::ArtMethod* old_method = GetMethod();
/art/tools/veridex/
H A Dflow_analysis.cc681 VeriMethod method = resolver_->GetMethod(id);
/art/runtime/native/
H A Djava_lang_Class.cc65 ArtMethod *m = GetMethod();
/art/compiler/optimizing/
H A Dcode_generator.cc1179 stack_map_stream->BeginInlineInfoEntry(environment->GetMethod(),
H A Dinliner.cc672 pci->GetMethod(caller_dex_file.GetLocation(),
H A Dnodes.h1870 to_copy.GetMethod(),
1925 ArtMethod* GetMethod() const { function in class:art::HEnvironment
H A Dnodes.cc2866 ArtMethod* caller = GetEnvironment()->GetMethod();
/art/runtime/hprof/
H A Dhprof.cc701 ArtMethod* method = frame->GetMethod();

Completed in 440 milliseconds

123