Home
last modified time | relevance | path

Searched defs:method_idx (Results 26 – 48 of 48) sorted by relevance

12

/art/runtime/mirror/
Dclass-inl.h493 uint32_t method_idx, in ResolvedMethodAccessTest()
545 uint32_t method_idx) { in CanAccessResolvedMethod()
552 uint32_t method_idx, in CheckResolvedMethodAccess()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2267 static TwoWordReturn artInvokeCommon(uint32_t method_idx, in artInvokeCommon()
2328 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeInterfaceTrampolineWithAccessCheck()
2334 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeDirectTrampolineWithAccessCheck()
2340 uint32_t method_idx, in artInvokeStaticTrampolineWithAccessCheck()
2350 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeSuperTrampolineWithAccessCheck()
2356 uint32_t method_idx, mirror::Object* this_object, Thread* self, ArtMethod** sp) in artInvokeVirtualTrampolineWithAccessCheck()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc131 uint32_t method_idx = 2u; in Create2MethodsWithGap() local
168 uint32_t GetMethodOffset(uint32_t method_idx) { in GetMethodOffset()
1050 uint32_t method_idx = 0u; in TestBakerField() local
1303 uint32_t method_idx = 0u; in TEST_F() local
1379 uint32_t method_idx = 0u; in TEST_F() local
1433 uint32_t method_idx = 0u; in TEST_F() local
/art/dex2oat/linker/
Drelative_patcher_test.h96 MethodReference MethodRef(uint32_t method_idx) { in MethodRef()
Doat_writer.cc986 uint32_t method_idx = method.GetIndex(); in VisitMethod() local
2445 for (uint32_t method_idx = 0; method_idx < dex_file->NumMethodIds(); ++method_idx) { in VisitDexMethods() local
/art/runtime/interpreter/
Dinterpreter_common.h244 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke() local
1013 static inline bool IsStringInit(const DexFile* dex_file, uint32_t method_idx) in IsStringInit()
/art/runtime/verifier/
Dclass_verifier.cc257 const uint32_t method_idx = method.GetIndex(); in VerifyClass() local
Dverifier_deps.cc333 uint32_t method_idx, in AddMethodResolution()
560 uint32_t method_idx, in MaybeRecordMethodResolution()
/art/dexlayout/
Dcompact_dex_writer.cc65 const uint32_t method_idx = method_id->GetIndex(); in WriteDebugInfoOffsetTable() local
Ddexlayout.cc742 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations() local
753 const uint32_t method_idx = method_id->GetIndex(); in DumpClassAnnotations() local
/art/dexdump/
Ddexdump.cc539 const u4 method_idx = static_cast<u4>(readVarWidth(data, arg, false)); in dumpEncodedValue() local
723 const u4 method_idx = methods[i].method_idx_; in dumpClassAnnotations() local
734 const u4 method_idx = pars[i].method_idx_; in dumpClassAnnotations() local
/art/dex2oat/driver/
Dcompiler_driver.cc424 uint32_t method_idx, in CompileMethodHarness()
473 uint32_t method_idx, in CompileMethodDex2Dex()
488 Handle<mirror::DexCache> dex_cache ATTRIBUTE_UNUSED) -> CompiledMethod* { in CompileMethodDex2Dex()
535 uint32_t method_idx, in CompileMethodQuick()
551 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
2771 const uint32_t method_idx = method.GetIndex(); in CompileDexFile() local
/art/libdexfile/dex/
Dtest_dex_file_builder.h150 uint32_t method_idx = 0u; in Build() local
Ddex_file-inl.h342 uint32_t method_idx, in DecodeDebugLocalInfo()
Ddex_file.cc522 std::string DexFile::PrettyMethod(uint32_t method_idx, bool with_signature) const { in PrettyMethod()
Ddex_file_verifier_test.cc243 /*out*/ uint32_t* method_idx = nullptr) { in FindMethodData()
1409 uint32_t method_idx; in TEST_F() local
/art/libprofile/profile/
Dprofile_compilation_info.cc1717 for (uint32_t method_idx = 0; method_idx < dex_data->num_method_ids; ++method_idx) { in DumpInfo() local
1759 for (uint32_t method_idx = 0; method_idx < dex_data->num_method_ids; ++method_idx) { in GetClassesAndMethods() local
1825 uint16_t method_idx = rand() % max_method; in GenerateTestProfile() local
2322 for (uint32_t method_idx = 0; method_idx < dex_data->num_method_ids; ++method_idx) { in ExtractProfileData() local
/art/runtime/jit/
Djit.cc1321 uint32_t method_idx, in CompileMethodFromProfile()
1459 for (uint16_t method_idx : all_methods) { in CompileMethodsFromProfile() local
/art/runtime/
Dart_method.cc414 uint32_t method_idx) { in GetOatMethodIndexFromMethodIndex()
Dclass_linker.cc6707 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods() local
8789 uint32_t method_idx) { in FindResolvedMethod()
8841 uint32_t method_idx) { in FindIncompatibleMethod()
8859 ArtMethod* ClassLinker::ResolveMethod(uint32_t method_idx, in ResolveMethod()
8956 ArtMethod* ClassLinker::ResolveMethodWithoutInvokeType(uint32_t method_idx, in ResolveMethodWithoutInvokeType()
/art/profman/
Dprofile_assistant_test.cc60 uint16_t method_idx, in AddMethod()
69 uint16_t method_idx, in AddMethod()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc456 static void PreloadDexCachesResolveMethod(ObjPtr<mirror::DexCache> dex_cache, uint32_t method_idx) in PreloadDexCachesResolveMethod()
/art/dex2oat/
Ddex2oat_test.cc1366 const uint16_t method_idx = method.GetIndex(); in TEST_F() local
1475 const size_t method_idx = method.GetIndex(); in TEST_F() local

12