Lines Matching refs:Assembler
63 Address target = Assembler::target_address_at(pc_, host_); in apply()
64 Assembler::set_target_address_at(isolate_, pc_, host_, target + delta, in apply()
77 return Assembler::target_address_at(pc_, host_); in target_internal_reference()
90 return Assembler::target_address_at(pc_, host_); in target_address()
98 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
124 return Assembler::target_constant_pool_address_at( in constant_pool_entry_address()
132 int RelocInfo::target_address_size() { return Assembler::kSpecialTargetSize; } in target_address_size()
135 Address Assembler::target_address_from_return_address(Address pc) { in target_address_from_return_address()
155 Address Assembler::return_address_from_call_start(Address pc) { in return_address_from_call_start()
169 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object()
173 Handle<Object> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle()
176 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle()
184 Assembler::set_target_address_at(isolate_, pc_, host_, in set_target_object()
198 return Assembler::target_address_at(pc_, host_); in target_external_reference()
202 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry()
245 Assembler::kMovInstructionsNoConstantPool + 3;
254 static const int kCodeAgingTargetDelta = 1 * Assembler::kInstrSize;
256 (kNoCodeAgeSequenceInstructions * Assembler::kInstrSize);
259 Handle<Object> RelocInfo::code_age_stub_handle(Assembler* origin) { in code_age_stub_handle()
268 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub()
275 Assembler::set_target_address_at(isolate_, pc_ + kCodeAgingTargetDelta, host_, in set_code_age_stub()
283 return Assembler::target_address_at(pc_, host_); in debug_call_address()
289 Assembler::set_target_address_at(isolate_, pc_, host_, target); in set_debug_call_address()
308 Assembler::set_target_address_at(isolate_, pc_, host_, NULL, in WipeOut()
311 Assembler::set_target_address_at(isolate_, pc_, host_, NULL); in WipeOut()
387 void Assembler::CheckBuffer() { in CheckBuffer()
393 void Assembler::TrackBranch() { in TrackBranch()
406 void Assembler::UntrackBranch() { in UntrackBranch()
418 void Assembler::CheckTrampolinePoolQuick() { in CheckTrampolinePoolQuick()
424 void Assembler::emit(Instr x) { in emit()
435 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at()
481 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart()
501 bool Assembler::IsConstantPoolLoadEnd(Address pc, in IsConstantPoolLoadEnd()
523 int Assembler::GetConstantPoolOffset(Address pc, in GetConstantPoolOffset()
545 void Assembler::PatchConstantPoolAccessInstruction( in PatchConstantPoolAccessInstruction()
579 Address Assembler::target_constant_pool_address_at( in target_constant_pool_address_at()
593 void Assembler::deserialization_set_special_target_at( in deserialization_set_special_target_at()
599 void Assembler::deserialization_set_target_internal_reference_at( in deserialization_set_target_internal_reference_at()
611 void Assembler::set_target_address_at(Isolate* isolate, Address pc, in set_target_address_at()
655 Assembler::FlushICache(isolate, p, 5 * kInstrSize); in set_target_address_at()
670 Assembler::FlushICache(isolate, p, 2 * kInstrSize); in set_target_address_at()