Searched refs:GetLabelLocation (Results 1 – 4 of 4) sorted by relevance
462 return assembler_.GetLabelLocation(GetLabelOf(block)); in GetAddressOf()
6616 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()
7238 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::Riscv64Assembler7436 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()
1888 uint32_t GetLabelLocation(const Riscv64Label* label) const;