Lines Matching refs:pc_
61 int32_t* p = reinterpret_cast<int32_t*>(pc_); in apply()
64 Instruction* branch = Instruction::At(pc_); in apply()
74 return Assembler::target_address_at(pc_, constant_pool_); in target_address()
81 if (Assembler::IsMovW(Memory<int32_t>(pc_))) { in target_address_address()
82 return pc_; in target_address_address()
84 DCHECK(Assembler::IsLdrPcImmediateOffset(Memory<int32_t>(pc_))); in target_address_address()
92 return Assembler::constant_pool_entry_address(pc_, constant_pool_); in constant_pool_entry_address()
103 Assembler::target_address_at(pc_, constant_pool_))); in target_object()
109 Assembler::target_address_at(pc_, constant_pool_))); in target_object_handle()
112 return origin->relative_code_target_object_handle_at(pc_); in target_object_handle()
119 Assembler::set_target_address_at(pc_, constant_pool_, in set_target_object()
130 return Assembler::target_address_at(pc_, constant_pool_); in target_external_reference()
136 Assembler::set_target_address_at(pc_, constant_pool_, target, in set_target_external_reference()
142 return Memory<Address>(pc_); in target_internal_reference()
148 return pc_; in target_internal_reference_address()
166 return Assembler::target_address_at(pc_, constant_pool_); in target_off_heap_target()
174 Memory<Address>(pc_) = kNullAddress; in WipeOut()
176 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut()
232 *reinterpret_cast<Instr*>(pc_) = x; in emit()
233 pc_ += kInstrSize; in emit()