Searched refs:labels (Results 1 – 9 of 9) sorted by relevance
702 LabelType* labels = in CommonInitializeLabels() local705 new(labels + i) LabelType(); in CommonInitializeLabels()707 return labels; in CommonInitializeLabels()
7012 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7014 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7019 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7021 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7026 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadClass() local7028 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadClass()7238 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local7240 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadString()7245 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = in VisitLoadString() local7247 codegen_->EmitMovwMovtPlaceholder(labels, out); in VisitLoadString()[all …]
736 void EmitMovwMovtPlaceholder(CodeGeneratorARMVIXL::PcRelativePatchInfo* labels,
7544 std::vector<Mips64Label*> labels(num_entries); in GenTableBasedPackedSwitch() local7547 labels[i] = codegen_->GetLabelOf(successors[i]); in GenTableBasedPackedSwitch()7549 JumpTable* table = __ CreateJumpTable(std::move(labels)); in GenTableBasedPackedSwitch()
10054 std::vector<MipsLabel*> labels(num_entries); in GenTableBasedPackedSwitch() local10057 labels[i] = codegen_->GetLabelOf(successors[i]); in GenTableBasedPackedSwitch()10059 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()982 JumpTable* CreateJumpTable(std::vector<Mips64Label*>&& labels);
2971 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable() argument2972 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()1225 JumpTable* CreateJumpTable(std::vector<MipsLabel*>&& labels);
3820 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) { in CreateJumpTable() argument3821 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()