Home
last modified time | relevance | path

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

12

/art/runtime/mirror/
Dstack_trace_element-inl.h31 inline ObjPtr<String> StackTraceElement::GetMethodName() { in GetMethodName() function
Dstack_trace_element.h34 ObjPtr<String> GetMethodName() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc141 ObjPtr<String> method_name = ste->GetMethodName(); in Dump()
/art/libdexfile/dex/
Dmethod_reference.h61 int name_diff = strcmp(mr1.dex_file->GetMethodName(mid1), mr2.dex_file->GetMethodName(mid2)); in SlowCompare()
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, uint32_t* utf_length) const { in GetMethodName() function
Ddex_file_tracking_registrar.cc208 const char * methodid_name = dex_file_->GetMethodName(methodid_item); in SetCodeItemRegistration()
Ddex_file.h388 const char* GetMethodName(const dex::MethodId& method_id) const;
389 const char* GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) const;
390 const char* GetMethodName(uint32_t idx, uint32_t* utf_length) const;
/art/test/910-methods/
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()
/art/runtime/
Dimtable-inl.h55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()
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()
Dart_method.cc248 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
Dhidden_api.cc197 member_name_ = dex_file.GetMethodName(method_id); in MemberSignature()
/art/tools/veridex/
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()
Dhidden_api.cc78 << dex_file.GetMethodName(method_id) in GetApiMethodName()
/art/test/ti-agent/
Dcommon_helper.cc107 if (JvmtiErrorToException(env, jvmtienv, jvmtienv->GetMethodName(m, &fname, &fsig, &fgen))) { in GetJavaValue()
Djni_binder.cc85 jvmtiError name_result = jvmti_env->GetMethodName(method, &name_cstr, &sig_cstr, nullptr); in BindMethod()
/art/openjdkjvmti/
Dti_method.h57 static jvmtiError GetMethodName(jvmtiEnv* env,
/art/compiler/
Dexception_test.cc228 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
236 EXPECT_STREQ("f", trace_array->Get(1)->GetMethodName()->ToModifiedUtf8().c_str()); in TEST_F()
/art/compiler/optimizing/
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
827 VLOG(compiler) << "Building " << pass_observer.GetMethodName(); in TryCompile()
952 VLOG(compiler) << "Building intrinsic graph " << pass_observer.GetMethodName(); in TryCompileIntrinsic()
/art/dex2oat/driver/
Dcompiler_driver_test.cc147 << " " << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
150 << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
/art/test/911-get-stack-trace/
Dstack_trace.cc66 jvmtiError result2 = jvmti_env->GetMethodName(frames[method_index].method, &name, &sig, &gen); in TranslateJvmtiFrameInfoArray()
/art/profman/
Dboot_image_profile.cc53 std::string method_name(dex_file->GetMethodName(id)); in BootImageRepresentation()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc186 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
/art/runtime/verifier/
Dverifier_deps.cc958 << dex_file.GetMethodName(method_id) in Dump()
1146 + dex_file.GetMethodName(method_id) in GetMethodDescription()
1161 const char* name = dex_file.GetMethodName(method_id); in VerifyMethods()

12