Searched refs:int32_at (Results 1 – 10 of 10) sorted by relevance
189 return Memory::int32_at(pc) + pc + 4; in target_address_at()194 Memory::int32_at(pc) = static_cast<int32_t>(target - pc - 4); in set_target_address_at()199 return code_targets_[Memory::int32_at(pc)]; in code_target_object_handle_at()212 Memory::int32_at(pc_) -= static_cast<int32_t>(delta); in apply()
1159 return reinterpret_cast<T&>(Memory::int32_at(re_frame + frame_offset)); in frame_entry()
296 Memory::int32_at(&buf_[disp_offset]) = disp_value; in Operand()
334 Instr instr = Memory::int32_at(target_pc); in target_address_address_at()341 instr = Memory::int32_at(target_pc); in target_address_address_at()349 instr = Memory::int32_at(target_pc); in target_address_address_at()
125 ASSERT(Memory::int32_at(pc_after - kInstrSize) == kBlxIp); in PatchStackCheckCodeAt()130 Memory::int32_at(pc_after - 3 * kInstrSize)); in PatchStackCheckCodeAt()133 Memory::int32_at(pc_after - 3 * kInstrSize)); in PatchStackCheckCodeAt()168 ASSERT(Memory::int32_at(pc_after - kInstrSize) == kBlxIp); in RevertStackCheckCodeAt()177 Memory::int32_at(pc_after - 3 * kInstrSize)); in RevertStackCheckCodeAt()181 Memory::int32_at(pc_after - 3 * kInstrSize)); in RevertStackCheckCodeAt()
1022 return reinterpret_cast<T&>(Memory::int32_at(re_frame + frame_offset)); in frame_entry()
51 static int32_t& int32_at(Address addr) { in int32_at() function
653 int value = Memory::int32_at(addr_); in GetValue()
1052 return reinterpret_cast<T&>(Memory::int32_at(re_frame + frame_offset)); in frame_entry()
1024 return reinterpret_cast<T&>(Memory::int32_at(re_frame + frame_offset)); in frame_entry()