Home
last modified time | relevance | path

Searched refs:GetMethodName (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/art/compiler/debug/
H A Delf_symtab_writer.h64 return strcmp(mi->dex_file->GetMethodName(mi->dex_method_index), in GetDedupedName()
65 first->dex_file->GetMethodName(first->dex_method_index)) == 0; in GetDedupedName()
80 *out += first->dex_file->GetMethodName(first->dex_method_index); in GetDedupedName()
/aosp12/art/libdexfile/dex/
H A Dmethod_reference.h61 int name_diff = strcmp(mr1.dex_file->GetMethodName(mid1), mr2.dex_file->GetMethodName(mid2)); in SlowCompare()
H A Ddex_file-inl.h124 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName() function
128 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName() function
133 inline const char* DexFile::GetMethodName(uint32_t idx) const { in GetMethodName() function
137 inline const char* DexFile::GetMethodName(uint32_t idx, uint32_t* utf_length) const { in GetMethodName() function
H A Ddex_file.h403 const char* GetMethodName(const dex::MethodId& method_id) const;
404 const char* GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) const;
405 const char* GetMethodName(uint32_t idx) const;
406 const char* GetMethodName(uint32_t idx, uint32_t* utf_length) const;
H A Ddex_file_tracking_registrar.cc208 const char * methodid_name = dex_file_->GetMethodName(methodid_item); in SetCodeItemRegistration()
/aosp12/art/tools/veridex/
H A Dresolver.cc53 return strcmp(method_name, dex_file.GetMethodName(method_id)) == 0 && in HasSameNameAndSignature()
61 return strcmp(method_name, dex_file.GetMethodName(method_id)) == 0 && in HasSameNameAndSignature()
269 dex_file_.GetMethodName(method_id), in GetMethod()
H A Dhidden_api.cc78 << dex_file.GetMethodName(method_id) in GetApiMethodName()
/aosp12/art/runtime/mirror/
H A Dstack_trace_element-inl.h31 inline ObjPtr<String> StackTraceElement::GetMethodName() { in GetMethodName() function
H A Dstack_trace_element.h36 ObjPtr<String> GetMethodName() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthrowable.cc141 ObjPtr<String> method_name = ste->GetMethodName(); in Dump()
/aosp12/art/test/910-methods/
H A Dmethods.cc40 jvmtiError result = jvmti_env->GetMethodName(id, &name, &sig, &gen); in Java_art_Test910_getMethodName()
68 jvmtiError result2 = jvmti_env->GetMethodName(id, nullptr, nullptr, nullptr); in Java_art_Test910_getMethodName()
/aosp12/art/compiler/
H A Dexception_test.cc229 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
237 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc115 timing_logger_(timing_logger_enabled_ ? GetMethodName() : "", true, true), in PassObserver()
125 if (!IsVerboseMethod(compiler_options, GetMethodName())) { in PassObserver()
129 visualizer_.PrintHeader(GetMethodName()); in PassObserver()
137 LOG(INFO) << "TIMINGS " << GetMethodName(); in ~PassObserver()
154 const char* GetMethodName() { in GetMethodName() function in art::PassObserver
839 VLOG(compiler) << "Building " << pass_observer.GetMethodName(); in TryCompile()
963 VLOG(compiler) << "Building intrinsic graph " << pass_observer.GetMethodName(); in TryCompileIntrinsic()
/aosp12/art/runtime/
H A Dimtable-inl.h55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()
H A Dart_method-inl.h202 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx)); in GetName()
213 const char* name = dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx), &length); in GetNameView()
H A Dart_method.cc249 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
/aosp12/art/test/ti-agent/
H A Dcommon_helper.cc107 if (JvmtiErrorToException(env, jvmtienv, jvmtienv->GetMethodName(m, &fname, &fsig, &fgen))) { in GetJavaValue()
H A Djni_binder.cc85 jvmtiError name_result = jvmti_env->GetMethodName(method, &name_cstr, &sig_cstr, nullptr); in BindMethod()
/aosp12/art/openjdkjvmti/
H A Dti_method.h57 static jvmtiError GetMethodName(jvmtiEnv* env,
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver_test.cc145 << " " << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
148 << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
/aosp12/art/test/911-get-stack-trace/
H A Dstack_trace.cc66 jvmtiError result2 = jvmti_env->GetMethodName(frames[method_index].method, &name, &sig, &gen); in TranslateJvmtiFrameInfoArray()
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc268 const char* name = self->adex->dex_file_->GetMethodName(self->index); in ADexFile_Method_getName()
/aosp12/art/profman/
H A Dboot_image_profile.cc53 std::string method_name(dex_file->GetMethodName(id)); in BootImageRepresentation()
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A Dti_alloc_sample.cc186 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A Dbreakpoint_logger.cc211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()

123