Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Ddex_file-inl.h109 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()
Dart_dex_file_loader_test.cc128 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
Ddex_file_verifier.cc627 const dex::MethodId& method_id = in CheckClassDataItemMethod() local
3115 const dex::MethodId* method_id = in GetMethodDescriptionOrError() local
3456 const dex::MethodId* const method_id = CheckLoadMethodId(method_index, in CheckConstructorProperties() local
Ddex_file.h359 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId()
374 const dex::ProtoId& GetMethodPrototype(const dex::MethodId& method_id) const { in GetMethodPrototype()
/art/compiler/driver/
Ddex_compilation_unit.h74 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/
Djni_internal.h60 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
/art/tools/veridex/
Dresolver.cc50 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
Dhidden_api.cc80 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetApiMethodName() local
Dhidden_api_finder.cc32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod()
Dflow_analysis.cc134 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
/art/runtime/
Dimtable-inl.h49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() local
Dart_method-inl.h219 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() local
339 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex() local
Dclass_linker-inl.h291 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local
Dhidden_api.cc153 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature() local
/art/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/dexlayout/
Dcompact_dex_writer.cc61 const dex_ir::MethodId* method_id = method.GetMethodId(); in WriteDebugInfoOffsetTable() local
249 const dex_ir::MethodId* method_id = method.GetMethodId(); in SortDebugInfosByMethodIndex() local
Ddex_ir_builder.cc755 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()
Ddex_visualize.cc163 void DumpMethodId(const dex_ir::MethodId* method_id, int class_index) { in DumpMethodId()
Ddex_ir.h743 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/jdwp/
Djdwp_handler.cc49 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
Djdwp.h89 MethodId method_id; member
/art/runtime/verifier/
Dverifier_deps.cc889 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/
Dinterpreter_common.h624 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit() local
/art/test/004-JniTest/
Djni_test.cc716 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
/art/compiler/dex/
Dinline_method_analyser.cc514 const dex::MethodId& method_id = ref.dex_file->GetMethodId(ref.index); in IsSyntheticAccessor() local

12