Home
last modified time | relevance | path

Searched refs:kCall (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Dcompiled_method.h124 kCall, enumerator
156 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file); in CodePatch()
248 patch_type_ == Type::kCall || in TargetMethod()
Doat_writer.cc1428 case LinkerPatch::Type::kCall: { in VisitMethod()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1962 case kCall: in InitializeType()
1963 InitShortOrLong(offset_size, kCall, kLongCall); in InitializeType()
2022 InitializeType(is_call ? kCall : kCondBranch); in Branch()
2182 case kCall: in IsLong()
2265 case kCall: in PromoteToLong()
2711 case Branch::kCall: in EmitBranch()
Dassembler_mips64.h1371 kCall, enumerator
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc57 case LinkerPatch::Type::kCall: in IsAdrpPatch()
/art/compiler/utils/mips/
Dassembler_mips.cc3021 case kCall: in InitializeType()
3054 case kCall: in InitializeType()
3055 InitShortOrLong(offset_size, kCall, kLongCall); in InitializeType()
3109 InitializeType((is_call ? kCall : kCondBranch), is_r6); in Branch()
3315 case kCall: in IsLong()
3410 case kCall: in PromoteToLong()
3645 case kCall: in CanHaveDelayedInstruction()
4006 case Branch::kCall: in EmitBranch()
Dassembler_mips.h1260 kCall, enumerator