/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file-inl.h | 227 inline std::string_view DexFile::GetMethodShortyView(uint32_t idx) const { in GetMethodShortyView() function 228 return GetMethodShortyView(GetMethodId(idx)); in GetMethodShortyView() 241 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView() function
|
H A D | dex_file.h | 504 std::string_view GetMethodShortyView(uint32_t idx) const; 509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 224 inline std::string_view DexFile::GetMethodShortyView(uint32_t idx) const { in GetMethodShortyView() function 225 return GetMethodShortyView(GetMethodId(idx)); in GetMethodShortyView() 238 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView() function
|
D | dex_file.h | 504 std::string_view GetMethodShortyView(uint32_t idx) const; 509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 224 inline std::string_view DexFile::GetMethodShortyView(uint32_t idx) const { in GetMethodShortyView() function 225 return GetMethodShortyView(GetMethodId(idx)); in GetMethodShortyView() 238 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView() function
|
D | dex_file.h | 504 std::string_view GetMethodShortyView(uint32_t idx) const; 509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 224 inline std::string_view DexFile::GetMethodShortyView(uint32_t idx) const { in GetMethodShortyView() function 225 return GetMethodShortyView(GetMethodId(idx)); in GetMethodShortyView() 238 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView() function
|
D | dex_file.h | 504 std::string_view GetMethodShortyView(uint32_t idx) const; 509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 224 inline std::string_view DexFile::GetMethodShortyView(uint32_t idx) const { in GetMethodShortyView() function 225 return GetMethodShortyView(GetMethodId(idx)); in GetMethodShortyView() 238 inline std::string_view DexFile::GetMethodShortyView(const dex::MethodId& method_id) const { in GetMethodShortyView() function
|
D | dex_file.h | 504 std::string_view GetMethodShortyView(uint32_t idx) const; 509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
|
/aosp_15_r20/art/runtime/entrypoints/jni/ |
H A D | jni_entrypoints.cc | 177 std::string_view shorty = dex_file->GetMethodShortyView(method_idx); in artCriticalNativeFrameSize()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 1234 compiler_options, dex_file.GetMethodShortyView(method_idx), access_flags, &allocator); in JniCompile() 1301 compiler_options, dex_file->GetMethodShortyView(method_idx), access_flags, &allocator); in JitCompile()
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1288 called_method.dex_file->GetMethodShortyView(called_method.GetMethodId()); in artQuickResolutionTrampoline() 2196 dex_file->GetMethodShortyView(dex_file->GetMethodId(method_idx)); in artInvokeCommon() 2309 dex_file.GetMethodShortyView(dex_file.GetMethodId(dex_method_idx)); in artInvokeInterfaceTrampoline()
|
/aosp_15_r20/art/runtime/ |
H A D | art_method-inl.h | 408 return dex_file->GetMethodShortyView(dex_file->GetMethodId(GetDexMethodIndex()));
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 495 std::string_view shorty = dex_file.GetMethodShortyView(dex_file.GetMethodId(method_idx)); in CompileMethodQuick()
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/dex/ |
D | standard_dex_file.sdump | 32117 "function_name" : "art::DexFile::GetMethodShortyView", 32133 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | signature.sdump | 31115 "function_name" : "art::DexFile::GetMethodShortyView", 31131 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | type_lookup_table.sdump | 31804 "function_name" : "art::DexFile::GetMethodShortyView", 31820 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | dex_file_exception_helpers.sdump | 32212 "function_name" : "art::DexFile::GetMethodShortyView", 32228 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | compact_dex_file.sdump | 32197 "function_name" : "art::DexFile::GetMethodShortyView", 32213 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | dex_instruction.sdump | 32798 "function_name" : "art::DexFile::GetMethodShortyView", 32814 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | dex_file_tracking_registrar.sdump | 35040 "function_name" : "art::DexFile::GetMethodShortyView", 35056 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | dex_file.sdump | 37563 "function_name" : "art::DexFile::GetMethodShortyView", 37579 "function_name" : "art::DexFile::GetMethodShortyView",
|
D | dex_file_verifier.sdump | 37725 "function_name" : "art::DexFile::GetMethodShortyView", 37741 "function_name" : "art::DexFile::GetMethodShortyView",
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/external/ |
D | dex_file_ext.sdump | 35944 "function_name" : "art::DexFile::GetMethodShortyView", 35960 "function_name" : "art::DexFile::GetMethodShortyView",
|