• Home
  • Raw
  • Download

Lines Matching refs:pc_

72     Assembler::RelocateInternalReference(rmode_, pc_, delta);  in apply()
79 return Assembler::target_address_at(pc_, constant_pool_); in target_address()
104 return pc_ + (Assembler::kInstructionsFor32BitConstant - 1) * kInstrSize; in target_address_address()
106 return pc_ + Assembler::kInstructionsFor32BitConstant * kInstrSize; in target_address_address()
184 Assembler::target_address_at(pc_, constant_pool_))); in target_object()
190 Assembler::target_address_at(pc_, constant_pool_))); in target_object_handle()
197 Assembler::set_target_address_at(pc_, constant_pool_, in set_target_object()
208 return Assembler::target_address_at(pc_, constant_pool_); in target_external_reference()
214 Assembler::set_target_address_at(pc_, constant_pool_, target, in set_target_external_reference()
220 return Memory<Address>(pc_); in target_internal_reference()
225 Instr instr1 = Assembler::instr_at(pc_ + 0 * kInstrSize); in target_internal_reference()
226 Instr instr2 = Assembler::instr_at(pc_ + 1 * kInstrSize); in target_internal_reference()
242 return pc_; in target_internal_reference_address()
260 return Assembler::target_address_at(pc_, constant_pool_); in target_off_heap_target()
269 Memory<Address>(pc_) = kNullAddress; in WipeOut()
271 Assembler::set_target_internal_reference_encoded_at(pc_, kNullAddress); in WipeOut()
273 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut()
314 *reinterpret_cast<Instr*>(pc_) = nop; in CheckForEmitInForbiddenSlot()
315 pc_ += kInstrSize; in CheckForEmitInForbiddenSlot()
327 *reinterpret_cast<Instr*>(pc_) = nop; in EmitHelper()
328 pc_ += kInstrSize; in EmitHelper()
332 *reinterpret_cast<Instr*>(pc_) = x; in EmitHelper()
333 pc_ += kInstrSize; in EmitHelper()
345 *reinterpret_cast<T*>(pc_) = x; in EmitHelper()
346 pc_ += sizeof(x); in EmitHelper()
352 *reinterpret_cast<uint8_t*>(pc_) = x; in EmitHelper()
353 pc_ += sizeof(x); in EmitHelper()
354 if (reinterpret_cast<intptr_t>(pc_) % kInstrSize == 0) { in EmitHelper()