Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Ddex_file-inl.h110 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) in GetMethodDeclaringClassDescriptor()
116 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature()
124 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName()
128 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName()
141 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty()
145 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.cc179 const dex::MethodId* method_id = in GetMethodDescription() local
870 const dex::MethodId& method_id = in CheckClassDataItemMethod() local
1281 const dex::MethodId* method_id = reinterpret_cast<const dex::MethodId*>(ptr_); in CheckIntraMethodIdItem() local
3661 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties() local
Ddex_file_verifier_test.cc158 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
168 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
178 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
/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/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.cc75 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/jni/
Djni_internal.h136 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
/art/libprofile/profile/
Dprofile_boot_info.cc110 uint32_t method_id; in Load() local
/art/runtime/
Dimtable-inl.h49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() local
Dart_method-inl.h221 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() local
341 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex() local
Dclass_linker-inl.h295 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local
372 const dex::MethodId& method_id = referrer->GetDexFile()->GetMethodId(method_idx); in ResolveMethod() local
Dhidden_api.cc195 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature() local
/art/dexlayout/
Ddexlayout.cc424 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local
457 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local
551 dex_ir::MethodId* method_id = data->GetMethodId(); in DumpEncodedValue() local
741 const dex_ir::MethodId* method_id = method->GetMethodId(); in DumpClassAnnotations() local
752 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations() local
1028 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpBytecodes() local
1170 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpMethod() local
1647 const dex_ir::MethodId* method_id = method.GetMethodId(); in LayoutStringData() local
1754 const dex_ir::MethodId *method_id = method.GetMethodId(); in LayoutCodeItems() local
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.cc756 MethodId* method_id = header_->MethodIds()[methods[i].method_idx_]; in CreateAnnotationsDirectoryItem() local
772 MethodId* method_id = header_->MethodIds()[parameters[i].method_idx_]; in CreateAnnotationsDirectoryItem() local
1227 MethodId* method_id = header_->MethodIds()[method.GetIndex()]; in GenerateMethodItem() local
1241 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/dalvikvm/
Ddalvikvm.cc32 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/runtime/verifier/
Dmethod_verifier.cc690 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
904 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify() local
2973 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2996 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3076 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3133 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3875 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local
5022 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
Dverifier_deps.cc955 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in Dump() local
1143 const dex::MethodId& method_id = dex_file.GetMethodId(index); in GetMethodDescription() local
1159 const dex::MethodId& method_id = dex_file.GetMethodId(entry.GetDexMethodIndex()); in VerifyMethods() local
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod()
/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

12