Home
last modified time | relevance | path

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

123

/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.h123 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName() function
127 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName() function
132 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.h385 const char* GetMethodName(const dex::MethodId& method_id) const;
386 const char* GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) const;
387 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/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.cc83 << dex_file.GetMethodName(method_id) in GetApiMethodName()
/art/runtime/
Dimtable-inl.h55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()
Dart_method-inl.h200 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx)); in GetName()
211 const char* name = dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx), &length); in GetNameView()
Dart_method.cc239 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
Dhidden_api.cc155 member_name_ = dex_file.GetMethodName(method_id); in MemberSignature()
/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/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/openjdkjvmti/
Dti_method.h57 static jvmtiError GetMethodName(jvmtiEnv* env,
/art/compiler/optimizing/
Doptimizing_compiler.cc116 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()
152 const char* GetMethodName() { in GetMethodName() function in art::PassObserver
875 VLOG(compiler) << "Building " << pass_observer.GetMethodName(); in TryCompile()
995 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/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.cc892 << dex_file.GetMethodName(method_id) in Dump()
1080 + dex_file.GetMethodName(method_id) in GetMethodDescription()
1095 const char* name = dex_file.GetMethodName(method_id); in VerifyMethods()
/art/runtime/jdwp/
Djdwp_main.cc756 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id) in operator <<()
/art/test/913-heaps/
Dheaps.cc311 jvmti_env->GetMethodName(info_.jni_local.method, &name, nullptr, nullptr); in Java_art_Test913_followReferences()
357 jvmti_env->GetMethodName(info_.stack_local.method, &name, nullptr, nullptr); in Java_art_Test913_followReferences()

123