Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.h462 return assembler_.GetLabelLocation(GetLabelOf(block)); in GetAddressOf()
Dcode_generator_riscv64.cc6616 uint32_t literal_offset = GetAssembler().GetLabelLocation(literal->GetLabel()); in PatchJitRootUse()
6673 linker_patches->push_back(Factory(__ GetLabelLocation(&info.label), in EmitPcRelativeLinkerPatches()
6675 __ GetLabelLocation(info.pc_insn_label), in EmitPcRelativeLinkerPatches()
/art/compiler/utils/riscv64/
Dassembler_riscv64.cc7238 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()
7250 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()
7304 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in LoadLabelAddress()
7328 uint32_t Riscv64Assembler::GetLabelLocation(const Riscv64Label* label) const { in GetLabelLocation() function in art::riscv64::Riscv64Assembler
7436 uint32_t first_literal_location = GetLabelLocation(long_literals_.front().GetLabel()); in PromoteBranches()
7504 uint32_t start = GetLabelLocation(table_label); in EmitJumpTables()
7510 uint32_t offset = GetLabelLocation(target) - start; in EmitJumpTables()
Dassembler_riscv64.h1888 uint32_t GetLabelLocation(const Riscv64Label* label) const;