Lines Matching refs:kInstrSize
128 pc_ + Assembler::kInstructionsFor64BitConstant * Assembler::kInstrSize); in target_address_address()
166 Instr instr = Assembler::instr_at(pc + 0 * Assembler::kInstrSize); in set_target_internal_reference_encoded_at()
234 Instr instr = Assembler::instr_at(pc_ + 0 * Assembler::kInstrSize); in target_internal_reference()
293 static const int kNoCodeAgeSequenceLength = 9 * Assembler::kInstrSize;
305 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_)); in code_age_stub()
312 Assembler::set_target_address_at(isolate_, pc_ + Assembler::kInstrSize, host_, in set_code_age_stub()
354 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize); // ori. in IsPatchedReturnSequence()
355 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize); // dsll. in IsPatchedReturnSequence()
356 Instr instr3 = Assembler::instr_at(pc_ + 3 * Assembler::kInstrSize); // ori. in IsPatchedReturnSequence()
357 Instr instr4 = Assembler::instr_at(pc_ + 4 * Assembler::kInstrSize); // jalr. in IsPatchedReturnSequence()
435 if (pc_offset() >= next_buffer_check_ - extra_instructions * kInstrSize) { in CheckTrampolinePoolQuick()
449 pc_ += kInstrSize; in CheckForEmitInForbiddenSlot()
462 pc_ += kInstrSize; in EmitHelper()
467 pc_ += kInstrSize; in EmitHelper()