/art/compiler/sea_ir/types/ |
D | type_inference.cc | 42 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in FunctionTypeInfo() local 52 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in FunctionTypeInfo() local 58 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetReturnValueType() local
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local 77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
|
D | compiler_driver.cc | 891 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessTypeWithoutChecks() local 928 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessInstantiableTypeWithoutChecks() local
|
/art/runtime/ |
D | method_helper-inl.h | 59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnType() local
|
D | dex_file_test.cc | 244 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() local 255 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() local 266 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() local
|
D | dex_file-inl.h | 41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature()
|
D | method_helper.cc | 32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString() local
|
D | dex_file.h | 593 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId() 605 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor() 611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype() 619 const char* GetMethodName(const MethodId& method_id) const { in GetMethodName() 624 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty() 627 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty()
|
D | debugger.cc | 1507 std::string Dbg::GetMethodName(JDWP::MethodId method_id) in GetMethodName() 1653 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) in OutputLineTable() 1699 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable() 1758 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue() 1772 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes() 3582 JDWP::RefTypeId class_id, JDWP::MethodId method_id, in InvokeMethod()
|
D | utils.cc | 395 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod() local
|
D | class_linker.cc | 2884 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() local 5684 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local 5903 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty() local
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 67 DexFile::MethodId const& method_id = in Compile() 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 | 44 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod() 96 RefTypeId class_id, MethodId method_id, bool is_constructor) in FinishInvoke() 692 MethodId method_id = request.ReadMethodId(); in CT_InvokeMethod() local 708 MethodId method_id = request.ReadMethodId(); in CT_NewInstance() local 748 MethodId method_id = request.ReadMethodId(); in M_LineTable() local 759 MethodId method_id = request.ReadMethodId(); in M_VariableTable() local 782 MethodId method_id = request.ReadMethodId(); in M_Bytecodes() local 878 MethodId method_id = request.ReadMethodId(); in OR_InvokeMethod() local
|
D | jdwp.h | 84 MethodId method_id; member
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2245 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2268 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2351 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2409 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3043 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local 4108 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local 4120 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor() local
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 666 const DexFile::MethodId* method_id = in FindMethodIndex() local
|
D | codegen_util.cc | 343 const DexFile::MethodId& method_id = in CodegenDump() local
|
/art/runtime/mirror/ |
D | art_method-inl.h | 513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnTypeDescriptor() local
|
/art/compiler/optimizing/ |
D | builder.cc | 328 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in BuildInvoke() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 309 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod() local
|
/art/compiler/dex/ |
D | mir_graph.cc | 1405 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx); in GetShortyFromTargetIdx() local
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 2667 art::DexFile::MethodId const& method_id = in GetFunctionType() local
|