• Home
  • Raw
  • Download

Lines Matching refs:pc_

58     Address target = Memory::Address_at(pc_);  in apply()
59 Memory::Address_at(pc_) = target + delta; in apply()
63 Address target = Assembler::target_address_at(pc_, host_); in apply()
64 Assembler::set_target_address_at(isolate_, pc_, host_, target + delta, in apply()
73 return Memory::Address_at(pc_); in target_internal_reference()
77 return Assembler::target_address_at(pc_, host_); in target_internal_reference()
84 return reinterpret_cast<Address>(pc_); in target_internal_reference_address()
90 return Assembler::target_address_at(pc_, host_); in target_address()
98 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()
102 return reinterpret_cast<Address>(pc_); in target_address_address()
114 return reinterpret_cast<Address>(pc_); in target_address_address()
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
180 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object()
187 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle()
195 Assembler::set_target_address_at(isolate_, pc_, host_, in set_target_object()
209 return Assembler::target_address_at(pc_, host_); in target_external_reference()
230 Address address = Memory::Address_at(pc_); in target_cell_handle()
237 return Cell::FromValueAddress(Memory::Address_at(pc_)); in target_cell()
245 Memory::Address_at(pc_) = address; in set_target_cell()
279 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub()
286 Assembler::set_target_address_at(isolate_, pc_ + kCodeAgingTargetDelta, host_, in set_code_age_stub()
294 return Assembler::target_address_at(pc_, host_); in debug_call_address()
300 Assembler::set_target_address_at(isolate_, pc_, host_, target); in set_debug_call_address()
315 Memory::Address_at(pc_) = NULL; in WipeOut()
319 Assembler::set_target_address_at(isolate_, pc_, host_, NULL, in WipeOut()
322 Assembler::set_target_address_at(isolate_, pc_, host_, NULL); in WipeOut()
437 *reinterpret_cast<Instr*>(pc_) = x; in emit()
438 pc_ += kInstrSize; in emit()