Searched refs:GetLabel (Results 1 – 4 of 4) sorted by relevance
181 Riscv64Label* GetLabel() { return &label_; } in GetLabel() function183 const Riscv64Label* GetLabel() const { return &label_; } in GetLabel() function202 Riscv64Label* GetLabel() { return &label_; } in GetLabel() function204 const Riscv64Label* GetLabel() const { return &label_; } in GetLabel() function
7260 Riscv64Label* label = literal->GetLabel(); in LoadLiteral()7324 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()7365 Riscv64Label* label = table.GetLabel(); in ReserveJumpTableSpace()7436 uint32_t first_literal_location = GetLabelLocation(long_literals_.front().GetLabel()); in PromoteBranches()7462 literal.GetLabel()->position_ -= sizeof(uint32_t); in PromoteBranches()7503 Riscv64Label* table_label = table.GetLabel(); in EmitJumpTables()7522 Riscv64Label* label = literal.GetLabel(); in EmitLiterals()7536 Riscv64Label* label = literal.GetLabel(); in EmitLiterals()
9179 __ LoadLabelAddress(A0, jump_table->GetLabel()); in TEST_F()
2082 __ LoadLabelAddress(table_base, table->GetLabel()); in GenTableBasedPackedSwitch()6616 uint32_t literal_offset = GetAssembler().GetLabelLocation(literal->GetLabel()); in PatchJitRootUse()