Home
last modified time | relevance | path

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

/art/compiler/utils/riscv64/
Dassembler_riscv64.cc7035 uint32_t offset_location = GetOffsetLocation(); in GetOffset() local
7036 int32_t offset = static_cast<int32_t>(target_ - offset_location); in GetOffset()
7037 DCHECK_EQ(offset, static_cast<int64_t>(target_) - static_cast<int64_t>(offset_location)); in GetOffset()