Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference.cc42 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/
Ddex_compilation_unit.h72 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
Dcompiler_driver.cc891 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/
Dmethod_helper-inl.h59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnType() local
Ddex_file_test.cc244 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
Ddex_file-inl.h41 inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const { in GetMethodSignature()
Dmethod_helper.cc32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString() local
Ddex_file.h593 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()
Ddebugger.cc1507 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()
Dutils.cc395 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod() local
Dclass_linker.cc2884 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/
Djni_compiler.cc67 DexFile::MethodId const& method_id = in Compile() local
/art/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/runtime/jdwp/
Djdwp_handler.cc44 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
Djdwp.h84 MethodId method_id; member
/art/runtime/verifier/
Dmethod_verifier.cc2245 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/
Dinline_method_analyser.cc139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc666 const DexFile::MethodId* method_id = in FindMethodIndex() local
Dcodegen_util.cc343 const DexFile::MethodId& method_id = in CodegenDump() local
/art/runtime/mirror/
Dart_method-inl.h513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnTypeDescriptor() local
/art/compiler/optimizing/
Dbuilder.cc328 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in BuildInvoke() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc309 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod() local
/art/compiler/dex/
Dmir_graph.cc1405 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx); in GetShortyFromTargetIdx() local
/art/compiler/llvm/
Dgbc_expander.cc2667 art::DexFile::MethodId const& method_id = in GetFunctionType() local