/aosp12/art/compiler/debug/ |
H A D | elf_symtab_writer.h | 64 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 D | method_reference.h | 61 int name_diff = strcmp(mr1.dex_file->GetMethodName(mid1), mr2.dex_file->GetMethodName(mid2)); in SlowCompare()
|
H A D | dex_file-inl.h | 124 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 D | dex_file.h | 403 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 D | dex_file_tracking_registrar.cc | 208 const char * methodid_name = dex_file_->GetMethodName(methodid_item); in SetCodeItemRegistration()
|
/aosp12/art/tools/veridex/ |
H A D | resolver.cc | 53 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 D | hidden_api.cc | 78 << dex_file.GetMethodName(method_id) in GetApiMethodName()
|
/aosp12/art/runtime/mirror/ |
H A D | stack_trace_element-inl.h | 31 inline ObjPtr<String> StackTraceElement::GetMethodName() { in GetMethodName() function
|
H A D | stack_trace_element.h | 36 ObjPtr<String> GetMethodName() REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | throwable.cc | 141 ObjPtr<String> method_name = ste->GetMethodName(); in Dump()
|
/aosp12/art/test/910-methods/ |
H A D | methods.cc | 40 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 D | exception_test.cc | 229 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 D | optimizing_compiler.cc | 115 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 D | imtable-inl.h | 55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()
|
H A D | art_method-inl.h | 202 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 D | art_method.cc | 249 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
|
/aosp12/art/test/ti-agent/ |
H A D | common_helper.cc | 107 if (JvmtiErrorToException(env, jvmtienv, jvmtienv->GetMethodName(m, &fname, &fsig, &fgen))) { in GetJavaValue()
|
H A D | jni_binder.cc | 85 jvmtiError name_result = jvmti_env->GetMethodName(method, &name_cstr, &sig_cstr, nullptr); in BindMethod()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_method.h | 57 static jvmtiError GetMethodName(jvmtiEnv* env,
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver_test.cc | 145 << " " << 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 D | stack_trace.cc | 66 jvmtiError result2 = jvmti_env->GetMethodName(frames[method_index].method, &name, &sig, &gen); in TranslateJvmtiFrameInfoArray()
|
/aosp12/art/libdexfile/external/ |
H A D | dex_file_ext.cc | 268 const char* name = self->adex->dex_file_->GetMethodName(self->index); in ADexFile_Method_getName()
|
/aosp12/art/profman/ |
H A D | boot_image_profile.cc | 53 std::string method_name(dex_file->GetMethodName(id)); in BootImageRepresentation()
|
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | ti_alloc_sample.cc | 186 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
|
/aosp12/art/tools/jvmti-agents/breakpoint-logger/ |
H A D | breakpoint_logger.cc | 211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
|