/art/libdexfile/dex/ |
D | dex_file-inl.h | 109 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) in GetMethodDeclaringClassDescriptor() 115 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature() 123 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName() 127 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName() 140 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() 144 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty()
|
D | art_dex_file_loader_test.cc | 128 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local 202 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
|
D | dex_file_verifier_test.cc | 156 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local 166 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local 176 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 74 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local 79 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
|
/art/runtime/jni/ |
D | jni_internal.h | 60 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
|
/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 | 80 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 | 134 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
|
/art/dexlayout/ |
D | dexlayout.cc | 423 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local 456 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local 550 dex_ir::MethodId* method_id = data->GetMethodId(); in DumpEncodedValue() local 740 const dex_ir::MethodId* method_id = method->GetMethodId(); in DumpClassAnnotations() local 751 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations() local 1027 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpBytecodes() local 1169 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpMethod() local 1643 const dex_ir::MethodId* method_id = method.GetMethodId(); in LayoutStringData() local 1750 const dex_ir::MethodId *method_id = method.GetMethodId(); in LayoutCodeItems() local
|
D | compact_dex_writer.cc | 61 const dex_ir::MethodId* method_id = method.GetMethodId(); in WriteDebugInfoOffsetTable() local 249 const dex_ir::MethodId* method_id = method.GetMethodId(); in SortDebugInfosByMethodIndex() local
|
D | dex_ir_builder.cc | 755 MethodId* method_id = header_->MethodIds()[methods[i].method_idx_]; in CreateAnnotationsDirectoryItem() local 771 MethodId* method_id = header_->MethodIds()[parameters[i].method_idx_]; in CreateAnnotationsDirectoryItem() local 1226 MethodId* method_id = header_->MethodIds()[method.GetIndex()]; in GenerateMethodItem() local 1240 MethodId* method_id, in GenerateParameterAnnotation()
|
D | dex_visualize.cc | 163 void DumpMethodId(const dex_ir::MethodId* method_id, int class_index) { in DumpMethodId()
|
D | dex_ir.h | 743 MethodItem(uint32_t access_flags, const MethodId* method_id, CodeItem* code) in MethodItem() 783 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; } in SetMethodId() 1176 MethodAnnotation(MethodId* method_id, AnnotationSetItem* annotation_set_item) in MethodAnnotation() 1193 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()
|
/art/runtime/ |
D | imtable-inl.h | 49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() local
|
D | art_method-inl.h | 219 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() local 339 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex() local
|
D | class_linker-inl.h | 291 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local
|
D | hidden_api.cc | 153 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature() local
|
/art/dalvikvm/ |
D | dalvikvm.cc | 32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 49 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod() 90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() 654 MethodId method_id = request->ReadMethodId(); in CT_InvokeMethod() local 671 MethodId method_id = request->ReadMethodId(); in CT_NewInstance() local 707 MethodId method_id = request->ReadMethodId(); in IT_InvokeMethod() local 718 MethodId method_id = request->ReadMethodId(); in M_LineTable() local 729 MethodId method_id = request->ReadMethodId(); in M_VariableTable() local 752 MethodId method_id = request->ReadMethodId(); in M_Bytecodes() local 857 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod() local
|
D | jdwp.h | 89 MethodId method_id; member
|
/art/runtime/verifier/ |
D | method_verifier.cc | 744 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify() local 2965 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2988 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3068 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3125 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3826 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local 5015 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local 5028 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
|
D | verifier_deps.cc | 889 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in Dump() local 1077 const dex::MethodId& method_id = dex_file.GetMethodId(index); in GetMethodDescription() local 1093 const dex::MethodId& method_id = dex_file.GetMethodId(entry.GetDexMethodIndex()); in VerifyMethods() local
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 624 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit() local
|
/art/test/004-JniTest/ |
D | jni_test.cc | 716 jmethodID method_id = env_->GetMethodID(decl_class, method, "()V"); in TestCalls() local 748 jmethodID method_id = env->GetMethodID(lambda_class, method, "()V"); in InvokeSpecificMethod() local
|