Home
last modified time | relevance | path

Searched refs:kInstructionsFor64BitConstant (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h99 return pc_ + Assembler::kInstructionsFor64BitConstant * kInstrSize; in target_address_address()
119 instruction_payload - kInstructionsFor64BitConstant * kInstrSize, in deserialization_set_special_target_at()
Dassembler-mips64.h647 static constexpr int kInstructionsFor64BitConstant = 4; variable