Searched refs:InstructionLength (Results 1 – 6 of 6) sorted by relevance
1133 inline int InstructionLength() { in InstructionLength() function1134 return Instruction::InstructionLength(reinterpret_cast<const byte*>(this)); in InstructionLength()1157 static inline int InstructionLength(const byte* instr) { in InstructionLength() function1172 int length = InstructionLength(instr); in InstructionBits()
126 Instruction::InstructionLength(stub->instruction_start()); in GetMode()127 int32_t second_instr_length = Instruction::InstructionLength( in GetMode()
452 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in target_address_at()516 Instruction::InstructionLength(reinterpret_cast<const byte*>(pc)); in set_target_address_at()
1402 int instrLength = instr->InstructionLength(); in InstructionDecode()
1285 return Instruction::InstructionLength(buffer_ + pos); in instr_length_at()
2668 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()