| /art/libdexfile/dex/ |
| D | dex_file-inl.h | 171 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()
|
| D | art_dex_file_loader_test.cc | 177 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
|
| D | dex_file_verifier.cc | 220 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
|
| D | dex_file_verifier_test.cc | 151 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/ |
| D | dex_compilation_unit.h | 75 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/ |
| D | resolver.cc | 50 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
|
| D | hidden_api.cc | 84 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetApiMethodName() local
|
| D | hidden_api_finder.cc | 32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod()
|
| D | flow_analysis.cc | 152 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
|
| /art/test/817-hiddenapi/ |
| D | test_native.cc | 33 jmethodID method_id = env->GetMethodID(cls, "methodPublicSdkNotInAbstractParent", "()I"); in Java_TestCase_testNativeInternal() local
|
| /art/runtime/jni/ |
| D | jni_internal.h | 144 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
|
| /art/libprofile/profile/ |
| D | profile_boot_info.cc | 110 uint32_t method_id; in Load() local
|
| /art/runtime/ |
| D | imtable-inl.h | 42 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_index); in GetImtHashComponents() local
|
| D | class_linker-inl.h | 216 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
|
| D | trace.cc | 525 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/ |
| D | sdk_checker.cc | 75 const dex::MethodId* method_id = in ShouldDenyAccess() local
|
| /art/dalvikvm/ |
| D | dalvikvm.cc | 69 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
|
| /art/tools/trace_parser/ |
| D | long_running_method_trace_parser.cc | 165 uint64_t method_id; in ProcessLongRunningMethodTraceEntries() local
|
| /art/runtime/mirror/ |
| D | class.cc | 584 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/ |
| D | dex_file_ext.cc | 298 const art::dex::MethodId& method_id = self->adex->dex_file_->GetMethodId(self->index); in ADexFile_Method_getClassDescriptor() local
|
| /art/test/2246-trace-v2/ |
| D | dump_trace.cc | 192 uint64_t method_id = (curr_method_value >> kTraceActionBits) << kTraceActionBits; in ProcessTraceEntries() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 664 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/ |
| D | ti_alloc_sample.cc | 295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod()
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 486 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit() local
|
| /art/test/004-JniTest/ |
| D | jni_test.cc | 745 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
|