/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 32 static void Build45cc(uint8_t num_args, uint16_t method_idx, uint16_t proto_idx, in Build45cc() 52 static void Build4rcc(uint16_t num_args, uint16_t method_idx, uint16_t proto_idx, in Build4rcc()
|
D | dex_instruction.cc | 437 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString() local 461 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString() local 472 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString() local
|
D | dex_file-inl.h | 250 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty() 256 inline std::string_view DexFile::GetShortyView(dex::ProtoIndex proto_idx) const { in GetShortyView()
|
D | dex_file.cc | 408 const dex::ProtoIndex proto_idx = GetIndexForProtoId(signature); in FindMethodId() local 509 const dex::ProtoIndex proto_idx = static_cast<dex::ProtoIndex>(mid); in FindProtoId() local
|
D | test_dex_file_builder.h | 123 uint32_t proto_idx = 0u; variable
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 180 inline MethodType* DexCache::GetResolvedMethodType(dex::ProtoIndex proto_idx) { in GetResolvedMethodType() 184 inline void DexCache::SetResolvedMethodType(dex::ProtoIndex proto_idx, MethodType* resolved) { in SetResolvedMethodType() 197 inline void DexCache::ClearMethodType(dex::ProtoIndex proto_idx) { in ClearMethodType()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 173 dex::ProtoIndex proto_idx, in StoreMethodTypeInBss() 277 extern "C" mirror::MethodType* artResolveMethodTypeFromCode(uint32_t proto_idx, Thread* self) in artResolveMethodTypeFromCode()
|
D | quick_trampoline_entrypoints.cc | 2351 const dex::ProtoIndex proto_idx(inst.VRegH()); in artInvokePolymorphic() local 2474 const dex::ProtoIndex proto_idx(dex_file->GetProtoIndexForCallSite(call_site_idx)); in artInvokeCustom() local
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 265 dex::ProtoIndex proto_idx(inst->Opcode() == Instruction::INVOKE_POLYMORPHIC in NterpGetShortyFromInvokePolymorphic() local 279 dex::ProtoIndex proto_idx = dex_file->GetProtoIndexForCallSite(call_site_index); in NterpGetShortyFromInvokeCustom() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 300 dex::ProtoIndex proto_idx) { in ResolveMethodTypeFromCode()
|
/art/runtime/ |
D | transaction.cc | 314 dex::ProtoIndex proto_idx) { in RecordResolveMethodType() 718 dex::ProtoIndex proto_idx) in ResolveMethodTypeLog()
|
D | class_linker.cc | 10226 dex::ProtoIndex proto_idx, in ResolveMethodType() 10259 dex::ProtoIndex proto_idx, in ResolveMethodType() 10294 dex::ProtoIndex proto_idx, in ResolveMethodType() 11297 [[maybe_unused]] dex::ProtoIndex proto_idx) { in RecordResolveMethodType()
|
D | thread.cc | 3276 dex::ProtoIndex proto_idx = in InitStackFrameInfo() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1347 dex::ProtoIndex proto_idx, in BuildInvokePolymorphic() 1404 dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in BuildInvokeCustom() local 2958 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction() local 2967 dex::ProtoIndex proto_idx(instruction.VRegH_4rcc()); in ProcessDexInstruction() local 3690 dex::ProtoIndex proto_idx(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/art/runtime/oat/ |
D | aot_class_linker.cc | 469 dex::ProtoIndex proto_idx) { in RecordResolveMethodType()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3068 const dex::ProtoIndex proto_idx(vRegH); in CodeFlowVerifyInstruction() local 3096 const dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in CodeFlowVerifyInstruction() local 4180 dex::ProtoIndex proto_idx(inst->VRegH()); in VerifyInvocationArgs() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 665 dex::ProtoIndex proto_idx(encoded_value->GetC()); in GetArgumentForBootstrapMethod() local
|
/art/dexdump/ |
D | dexdump.cc | 1855 dex::ProtoIndex proto_idx = static_cast<dex::ProtoIndex>(it.GetJavaValue().i); in dumpCallSite() local
|