Home
last modified time | relevance | path

Searched defs:method_id (Results 1 – 25 of 40) sorted by relevance

12

/art/libdexfile/dex/
Ddex_file-inl.h171 const dex::MethodId& method_id) const { in GetMethodDeclaringClassDescriptor()
180 const dex::MethodId& method_id) const { in GetMethodDeclaringClassDescriptorView()
188 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature()
196 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName()
200 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName()
214 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView()
231 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty()
235 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty()
241 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView()
Dart_dex_file_loader_test.cc177 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
251 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
Ddex_file_verifier.cc220 const dex::MethodId& method_id = OffsetToPtr<dex::MethodId>(header_->method_ids_off_)[idx]; in GetMethodDescription() local
971 const dex::MethodId& method_id = OffsetToPtr<dex::MethodId>(header_->method_ids_off_)[idx]; in CheckClassDataItemMethod() local
1444 const dex::MethodId* method_id = reinterpret_cast<const dex::MethodId*>(ptr_); in CheckIntraMethodIdItem() local
3907 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties() local
Ddex_file_verifier_test.cc151 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
161 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
171 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
/art/compiler/driver/
Ddex_compilation_unit.h75 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
80 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
/art/tools/veridex/
Dresolver.cc50 const dex::MethodId& method_id, in HasSameNameAndSignature()
58 const dex::MethodId& method_id, in HasSameNameAndSignature()
262 const dex::MethodId& method_id = dex_file_.GetMethodId(method_index); in GetMethod() local
Dhidden_api.cc84 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetApiMethodName() local
Dhidden_api_finder.cc32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod()
Dflow_analysis.cc152 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
/art/test/817-hiddenapi/
Dtest_native.cc33 jmethodID method_id = env->GetMethodID(cls, "methodPublicSdkNotInAbstractParent", "()I"); in Java_TestCase_testNativeInternal() local
/art/runtime/jni/
Djni_internal.h144 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
/art/libprofile/profile/
Dprofile_boot_info.cc110 uint32_t method_id; in Load() local
/art/runtime/
Dimtable-inl.h42 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_index); in GetImtHashComponents() local
Dclass_linker-inl.h216 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local
234 const dex::MethodId& method_id = referrer->GetDexFile()->GetMethodId(method_idx); in ResolveMethodId() local
291 const dex::MethodId& method_id = referrer->GetDexFile()->GetMethodId(method_idx); in ResolveMethodWithChecks() local
Dtrace.cc525 uint64_t method_id = reinterpret_cast<uint64_t>(&method); in RecordMethodInfoV2() local
1311 void TraceWriter::RecordMethodInfoV1(const std::string& method_info_line, uint64_t method_id) { in RecordMethodInfoV1()
1668 uint64_t method_id = reinterpret_cast<uintptr_t>(record.method); in FlushEntriesFormatV2() local
/art/dex2oat/
Dsdk_checker.cc75 const dex::MethodId* method_id = in ShouldDenyAccess() local
/art/dalvikvm/
Ddalvikvm.cc69 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/tools/trace_parser/
Dlong_running_method_trace_parser.cc165 uint64_t method_id; in ProcessLongRunningMethodTraceEntries() local
/art/runtime/mirror/
Dclass.cc584 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod() local
804 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
810 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
814 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
859 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod() local
/art/libdexfile/external/
Ddex_file_ext.cc298 const art::dex::MethodId& method_id = self->adex->dex_file_->GetMethodId(self->index); in ADexFile_Method_getClassDescriptor() local
/art/test/2246-trace-v2/
Ddump_trace.cc192 uint64_t method_id = (curr_method_value >> kTraceActionBits) << kTraceActionBits; in ProcessTraceEntries() local
/art/runtime/verifier/
Dmethod_verifier.cc664 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
3615 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3634 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3698 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3749 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
4463 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local
5455 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h486 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit() local
/art/test/004-JniTest/
Djni_test.cc745 jmethodID method_id = env_->GetMethodID(decl_class, method, "()V"); in TestCalls() local
777 jmethodID method_id = env->GetMethodID(lambda_class, method, "()V"); in InvokeSpecificMethod() local

12