Searched refs:kInstructionsFor32BitConstant (Results 1 – 3 of 3) sorted by relevance
104 return pc_ + (Assembler::kInstructionsFor32BitConstant - 1) * kInstrSize; in target_address_address()106 return pc_ + Assembler::kInstructionsFor32BitConstant * kInstrSize; in target_address_address()128 instruction_payload - (kInstructionsFor32BitConstant - 1) * kInstrSize, in deserialization_set_special_target_at()132 instruction_payload - kInstructionsFor32BitConstant * kInstrSize, in deserialization_set_special_target_at()
637 static constexpr int kInstructionsFor32BitConstant = 2; variable
646 static constexpr int kInstructionsFor32BitConstant = 2; variable