Home
last modified time | relevance | path

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

/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.cc1411 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx); in CanAccessTypeWithoutChecks() local
1444 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx); in CanAccessInstantiableTypeWithoutChecks() local
/art/runtime/
Ddex_file_test.cc245 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() local
256 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() local
267 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()
Dart_method.cc63 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString() local
338 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in EqualParameters() local
Dart_method-inl.h376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeDescriptor() local
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnType() local
Ddex_file.h644 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId()
656 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor()
662 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype()
670 const char* GetMethodName(const MethodId& method_id) const { in GetMethodName()
680 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty()
683 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty()
Ddex_file_verifier_test.cc222 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
232 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
242 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
701 auto* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(method_idx)); in TEST_F() local
Dutils.cc380 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod() local
1811 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in DumpMethodCFG() local
Ddebugger.cc1407 std::string Dbg::GetMethodName(JDWP::MethodId method_id) { in GetMethodName()
1561 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable()
1605 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable()
1665 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue()
1679 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes()
3828 JDWP::MethodId method_id, uint32_t arg_count, in PrepareInvokeMethod()
Dclass_linker.cc3121 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() local
4789 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException() local
7389 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
7586 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethodWithoutInvokeType() local
7686 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty() local
Ddex_file_verifier.cc2479 const DexFile::MethodId* method_id = in GetMethodDescriptionOrError() local
/art/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/runtime/jdwp/
Djdwp_handler.cc46 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod()
87 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke()
647 MethodId method_id = request->ReadMethodId(); in CT_InvokeMethod() local
664 MethodId method_id = request->ReadMethodId(); in CT_NewInstance() local
700 MethodId method_id = request->ReadMethodId(); in IT_InvokeMethod() local
711 MethodId method_id = request->ReadMethodId(); in M_LineTable() local
722 MethodId method_id = request->ReadMethodId(); in M_VariableTable() local
745 MethodId method_id = request->ReadMethodId(); in M_Bytecodes() local
851 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod() local
Djdwp.h87 MethodId method_id; member
/art/runtime/verifier/
Dmethod_verifier.cc694 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify() local
2856 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2878 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2955 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3009 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3745 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local
4979 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
4991 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc801 const DexFile::MethodId* method_id = in FindMethodIndex() local
/art/test/004-JniTest/
Djni_test.cc696 jmethodID method_id = env_->GetMethodID(decl_class, method, "()V"); in TestCalls() local
728 jmethodID method_id = env->GetMethodID(lambda_class, method, "()V"); in InvokeSpecificMethod() local
/art/runtime/quick/
Dinline_method_analyser.cc530 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor() local
/art/runtime/interpreter/
Dinterpreter.cc496 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx); in IsStringInit() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc365 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod() local