Searched defs:proto_idx (Results 1 – 15 of 15) sorted by relevance
/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 | 471 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString() local 495 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString() local 506 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString() local
|
D | dex_file.cc | 281 const dex::ProtoIndex proto_idx = GetIndexForProtoId(signature); in FindMethodId() local 373 const dex::ProtoIndex proto_idx = static_cast<dex::ProtoIndex>(mid); in FindProtoId() local
|
D | test_dex_file_builder.h | 125 uint32_t proto_idx = 0u; in Build() local
|
D | dex_file-inl.h | 159 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 189 inline uint32_t DexCache::MethodTypeSlotIndex(dex::ProtoIndex proto_idx) { in MethodTypeSlotIndex() 197 inline MethodType* DexCache::GetResolvedMethodType(dex::ProtoIndex proto_idx) { in GetResolvedMethodType() 202 inline void DexCache::SetResolvedMethodType(dex::ProtoIndex proto_idx, MethodType* resolved) { in SetResolvedMethodType()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 140 dex::ProtoIndex proto_idx(inst->Opcode() == Instruction::INVOKE_POLYMORPHIC in NterpGetShortyFromInvokePolymorphic() local 154 dex::ProtoIndex proto_idx = dex_file->GetProtoIndexForCallSite(call_site_index); in NterpGetShortyFromInvokeCustom() local
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 198 extern "C" mirror::MethodType* artResolveMethodTypeFromCode(uint32_t proto_idx, Thread* self) in artResolveMethodTypeFromCode()
|
D | quick_trampoline_entrypoints.cc | 2517 const dex::ProtoIndex proto_idx(inst.VRegH()); in artInvokePolymorphic() local 2639 const dex::ProtoIndex proto_idx(dex_file->GetProtoIndexForCallSite(call_site_idx)); in artInvokeCustom() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 273 dex::ProtoIndex proto_idx) { in ResolveMethodTypeFromCode()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1082 dex::ProtoIndex proto_idx, in BuildInvokePolymorphic() 1112 dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in BuildInvokeCustom() local 2600 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction() local 2609 dex::ProtoIndex proto_idx(instruction.VRegH_4rcc()); in ProcessDexInstruction() local 3346 dex::ProtoIndex proto_idx(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3171 const dex::ProtoIndex proto_idx(vRegH); in CodeFlowVerifyInstruction() local 3199 const dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in CodeFlowVerifyInstruction() local 4323 dex::ProtoIndex proto_idx(inst->VRegH()); in VerifyInvocationArgs() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 656 dex::ProtoIndex proto_idx(encoded_value->GetC()); in GetArgumentForBootstrapMethod() local
|
/art/dexdump/ |
D | dexdump.cc | 1784 dex::ProtoIndex proto_idx = static_cast<dex::ProtoIndex>(it.GetJavaValue().i); in dumpCallSite() local
|
/art/runtime/ |
D | class_linker.cc | 9124 dex::ProtoIndex proto_idx, in ResolveMethodType() 9185 dex::ProtoIndex proto_idx, in ResolveMethodType()
|