Searched refs:labels (Results 1 – 9 of 9) sorted by relevance
681 LabelType* labels = in CommonInitializeLabels() local684 new(labels + i) LabelType(); in CommonInitializeLabels()686 return labels; in CommonInitializeLabels()
7133 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7135 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7148 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7150 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7161 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7163 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7295 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local7297 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadString()7309 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local7311 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadString()[all …]
748 void EmitMovwMovtPlaceholder(CodeGeneratorARMVIXL::PcRelativePatchInfo* labels,
7144 std::vector<Mips64Label*> labels(num_entries); in GenTableBasedPackedSwitch() local7147 labels[i] = codegen_->GetLabelOf(successors[i]); in GenTableBasedPackedSwitch()7149 JumpTable* table = __ CreateJumpTable(std::move(labels)); in GenTableBasedPackedSwitch()
9390 std::vector<MipsLabel*> labels(num_entries); in GenTableBasedPackedSwitch() local9393 labels[i] = codegen_->GetLabelOf(successors[i]); in GenTableBasedPackedSwitch()9395 JumpTable* table = __ CreateJumpTable(std::move(labels)); in GenTableBasedPackedSwitch()
369 explicit JumpTable(std::vector<Mips64Label*>&& labels) in JumpTable() argument370 : label_(), labels_(std::move(labels)) { in JumpTable()977 JumpTable* CreateJumpTable(std::vector<Mips64Label*>&& labels);
2951 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable() argument2952 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()
218 explicit JumpTable(std::vector<MipsLabel*>&& labels) in JumpTable() argument219 : label_(), labels_(std::move(labels)) { in JumpTable()1220 JumpTable* CreateJumpTable(std::vector<MipsLabel*>&& labels);
3800 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) { in CreateJumpTable() argument3801 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()