Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h73 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
78 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
Dcompiler_driver.cc1078 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessTypeWithoutChecks() local
1115 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessInstantiableTypeWithoutChecks() local
/art/runtime/jit/
Djit_instrumentation.cc68 jmethodID method_id = soa.EncodeMethod(method); in SignalCompiled() local
84 jmethodID method_id = soa.EncodeMethod(method); in AddSamples() 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
540 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in EqualParameters() local
Dart_method-inl.h426 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeDescriptor() local
477 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnType() local
Ddex_file.h610 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId()
622 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor()
628 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype()
636 const char* GetMethodName(const MethodId& method_id) const { in GetMethodName()
641 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty()
644 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty()
Ddebugger.cc1466 std::string Dbg::GetMethodName(JDWP::MethodId method_id) { in GetMethodName()
1623 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable()
1668 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable()
1727 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue()
1741 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes()
3841 JDWP::MethodId method_id, uint32_t arg_count, in PrepareInvokeMethod()
Dclass_linker.cc2387 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() local
3801 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException() local
5349 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
5570 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty() local
Dutils.cc376 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod() local
/art/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/runtime/jdwp/
Djdwp_handler.cc45 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod()
86 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
698 MethodId method_id = request->ReadMethodId(); in M_LineTable() local
709 MethodId method_id = request->ReadMethodId(); in M_VariableTable() local
732 MethodId method_id = request->ReadMethodId(); in M_Bytecodes() local
829 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod() local
Djdwp.h87 MethodId method_id; member
/art/runtime/quick/
Dinline_method_analyser.cc135 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor() local
/art/runtime/verifier/
Dmethod_verifier.cc2420 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2445 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2526 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2583 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3235 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local
4330 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
4342 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc794 const DexFile::MethodId* method_id = in FindMethodIndex() local
Dcodegen_util.cc373 const DexFile::MethodId& method_id = in CodegenDump() local
/art/compiler/dex/
Dtype_inference.cc632 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in Signature() local
Dmir_graph.cc1695 const DexFile::MethodId& method_id = in GetShortyFromMethodReference() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc358 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod() local
/art/compiler/optimizing/
Dbuilder.cc604 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in BuildInvoke() local