Home
last modified time | relevance | path

Searched refs:InstructionLength (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h267 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in target_address_at()
337 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in set_target_address_at()
H A Dconstants-s390.h1880 inline int InstructionLength() { in InstructionLength() function in v8::internal::Instruction
1881 return Instruction::InstructionLength(reinterpret_cast<const byte*>(this)); in InstructionLength()
1904 static inline int InstructionLength(const byte* instr) { in InstructionLength() function in v8::internal::Instruction
1919 int length = InstructionLength(instr); in InstructionBits()
H A Dassembler-s390.h1329 return Instruction::InstructionLength(buffer_start_ + pos); in instr_length_at()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2467 DCHECK(length == instr->InstructionLength()); in ExecuteInstruction()
5300 int inst_length = Instruction::InstructionLength( in EVALUATE()

Completed in 27 milliseconds