Home
last modified time | relevance | path

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

/art/compiler/utils/riscv64/
Dassembler_riscv64.cc6739 : old_location_(location), in Branch()
6761 : old_location_(location), in Branch()
6784 : old_location_(location), in Branch()
6801 : old_location_(location), in Branch()
6868 uint32_t Riscv64Assembler::Branch::GetOldLocation() const { return old_location_; } in GetOldLocation()
Dassembler_riscv64.h2093 uint32_t old_location_; // Offset into assembler buffer in bytes. variable