Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h681 LabelType* labels = in CommonInitializeLabels() local
Dcode_generator_arm_vixl.cc7133 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local
7148 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local
7161 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local
7295 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local
7309 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local
7317 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local
8896 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall() local
8905 PcRelativePatchInfo* labels = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall() local
9355 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels, in EmitMovwMovtPlaceholder()
Dcode_generator_mips64.cc7144 std::vector<Mips64Label*> labels(num_entries); in GenTableBasedPackedSwitch() local
Dcode_generator_mips.cc9390 std::vector<MipsLabel*> labels(num_entries); in GenTableBasedPackedSwitch() local
/art/compiler/utils/mips64/
Dassembler_mips64.h369 explicit JumpTable(std::vector<Mips64Label*>&& labels) in JumpTable()
Dassembler_mips64.cc2951 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable()
/art/compiler/utils/mips/
Dassembler_mips.h218 explicit JumpTable(std::vector<MipsLabel*>&& labels) in JumpTable()
Dassembler_mips.cc3800 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) { in CreateJumpTable()