Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc65 Bytecode Bytecodes::FromByte(uint8_t value) { in FromByte() function in v8::internal::interpreter::Bytecodes
240 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
Dbytecode-array-iterator.cc31 return interpreter::Bytecodes::FromByte(current_byte); in current_bytecode()
Dbytecode-array-builder.cc24 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()
Dbytecodes.h347 static Bytecode FromByte(uint8_t value);
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc296 final_bytecode = Bytecodes::FromByte(code); in TEST_F()
297 i += Bytecodes::Size(Bytecodes::FromByte(code)); in TEST_F()
/external/v8/src/
Dobjects.cc15011 interpreter::Bytecodes::FromByte(bytecode_start[0]); in Disassemble()