Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/riscv64/
Dassembler_riscv64.h181 Riscv64Label* GetLabel() { return &label_; } in GetLabel() function
183 const Riscv64Label* GetLabel() const { return &label_; } in GetLabel() function
202 Riscv64Label* GetLabel() { return &label_; } in GetLabel() function
204 const Riscv64Label* GetLabel() const { return &label_; } in GetLabel() function
Dassembler_riscv64.cc7260 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()
Dassembler_riscv64_test.cc9179 __ LoadLabelAddress(A0, jump_table->GetLabel()); in TEST_F()
/art/compiler/optimizing/
Dcode_generator_riscv64.cc2082 __ LoadLabelAddress(table_base, table->GetLabel()); in GenTableBasedPackedSwitch()
6616 uint32_t literal_offset = GetAssembler().GetLabelLocation(literal->GetLabel()); in PatchJitRootUse()