Searched refs:li_location (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.cc | 5227 void MacroAssembler::PatchRelocatedValue(Register li_location, in PatchRelocatedValue() argument 5230 lw(scratch, MemOperand(li_location)); in PatchRelocatedValue() 5236 lw(scratch, MemOperand(li_location)); in PatchRelocatedValue() 5240 sw(scratch, MemOperand(li_location)); in PatchRelocatedValue() 5242 lw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue() 5248 lw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue() 5251 sw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue() 5254 FlushICache(li_location, 2); in PatchRelocatedValue() 5257 void MacroAssembler::GetRelocatedValue(Register li_location, in GetRelocatedValue() argument 5260 lw(value, MemOperand(li_location)); in GetRelocatedValue() [all …]
|
D | macro-assembler-mips.h | 1539 void PatchRelocatedValue(Register li_location, 1543 void GetRelocatedValue(Register li_location,
|