Home
last modified time | relevance | path

Searched refs:kInstructionsFor32BitConstant (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/mips/
Dassembler-mips-inl.h104 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()
Dassembler-mips.h637 static constexpr int kInstructionsFor32BitConstant = 2; variable
/external/v8/src/mips64/
Dassembler-mips64.h646 static constexpr int kInstructionsFor32BitConstant = 2; variable