Home
last modified time | relevance | path

Searched refs:InstructionLength (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/s390/
Dconstants-s390.h1133 inline int InstructionLength() { in InstructionLength() function
1134 return Instruction::InstructionLength(reinterpret_cast<const byte*>(this)); in InstructionLength()
1157 static inline int InstructionLength(const byte* instr) { in InstructionLength() function
1172 int length = InstructionLength(instr); in InstructionBits()
Dcode-stubs-s390.h126 Instruction::InstructionLength(stub->instruction_start()); in GetMode()
127 int32_t second_instr_length = Instruction::InstructionLength( in GetMode()
Dassembler-s390-inl.h452 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in target_address_at()
516 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in set_target_address_at()
Ddisasm-s390.cc1402 int instrLength = instr->InstructionLength(); in InstructionDecode()
Dassembler-s390.h1285 return Instruction::InstructionLength(buffer_ + pos); in instr_length_at()
Dsimulator-s390.cc2668 int length = Instruction::InstructionLength( in DecodeFourByte()
5566 int instrLength = instr->InstructionLength(); in DecodeInstructionOriginal()
5611 DCHECK(length == instr->InstructionLength()); in ExecuteInstruction()
6713 int inst_length = Instruction::InstructionLength( in EVALUATE()