Searched refs:FromByte (Results 1 – 6 of 6) sorted by relevance
65 Bytecode Bytecodes::FromByte(uint8_t value) { in FromByte() function in v8::internal::interpreter::Bytecodes240 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
31 return interpreter::Bytecodes::FromByte(current_byte); in current_bytecode()
24 return Bytecodes::FromByte( in GetBytecode()825 Bytecode jump_bytecode = Bytecodes::FromByte(*jump_location); in PatchIndirectJumpWith8BitOperand()850 DCHECK(Bytecodes::IsJumpConstantWide(Bytecodes::FromByte(*jump_location))); in PatchIndirectJumpWith16BitOperand()866 Bytecode jump_bytecode = Bytecodes::FromByte(*jump_location); in PatchJump()
347 static Bytecode FromByte(uint8_t value);
296 final_bytecode = Bytecodes::FromByte(code); in TEST_F()297 i += Bytecodes::Size(Bytecodes::FromByte(code)); in TEST_F()
15011 interpreter::Bytecodes::FromByte(bytecode_start[0]); in Disassemble()