• Home
  • Raw
  • Download

Lines Matching refs:pc_

57     Address target = Memory<Address>(pc_);  in apply()
58 Memory<Address>(pc_) = target + delta; in apply()
62 Address target = Assembler::target_address_at(pc_, constant_pool_); in apply()
63 Assembler::set_target_address_at(pc_, constant_pool_, target + delta, in apply()
72 return Memory<Address>(pc_); in target_internal_reference()
76 return Assembler::target_address_at(pc_, constant_pool_); in target_internal_reference()
83 return pc_; in target_internal_reference_address()
89 return Assembler::target_address_at(pc_, constant_pool_); in target_address()
98 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()
102 return pc_; in target_address_address()
114 return pc_; in target_address_address()
122 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
124 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
167 Assembler::target_address_at(pc_, constant_pool_))); in target_object()
173 Assembler::target_address_at(pc_, constant_pool_))); in target_object_handle()
180 Assembler::set_target_address_at(pc_, constant_pool_, in set_target_object()
191 return Assembler::target_address_at(pc_, constant_pool_); in target_external_reference()
197 Assembler::set_target_address_at(pc_, constant_pool_, target, in set_target_external_reference()
216 return Assembler::target_address_at(pc_, constant_pool_); in target_off_heap_target()
226 Memory<Address>(pc_) = kNullAddress; in WipeOut()
230 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress, in WipeOut()
233 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut()