Lines Matching refs:Address_at
140 return Memory::Address_at(pc_); in target_internal_reference()
167 Address address = Memory::Address_at(pc_); in target_cell_handle()
174 return Cell::FromValueAddress(Memory::Address_at(pc_)); in target_cell()
183 Memory::Address_at(pc_) = address; in set_target_cell()
203 Memory::Address_at(pc_ + in code_age_stub()
211 Memory::Address_at(pc_ + in set_code_age_stub()
221 return Memory::Address_at(pc_ + Assembler::kPatchDebugBreakSlotAddressOffset); in debug_call_address()
227 Memory::Address_at(pc_ + Assembler::kPatchDebugBreakSlotAddressOffset) = in set_debug_call_address()
242 Memory::Address_at(pc_) = NULL; in WipeOut()
446 Memory::Address_at(constant_pool_entry) = target; in deserialization_set_special_target_at()
453 Memory::Address_at(pc) = target; in deserialization_set_target_internal_reference_at()
514 return Memory::Address_at(constant_pool_entry_address(pc, constant_pool)); in target_address_at()
547 Memory::Address_at(constant_pool_entry_address(pc, constant_pool)) = target; in set_target_address_at()