Searched refs:FromByte (Results 1 – 9 of 9) sorted by relevance
177 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand()205 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand()236 Bytecodes::FromByte(bytecodes()->at(jump_location)))); in PatchJumpWith32BitOperand()252 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJump()263 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()
91 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()97 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
32 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale()52 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode()
315 Bytecode last = Bytecodes::FromByte(byte_value); in BuildTable()325 Bytecode current = Bytecodes::FromByte(byte_value); in BuildRow()
425 static Bytecode FromByte(uint8_t value) { in FromByte() function
349 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()353 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()
296 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in GetDebugBreakType()327 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in SetDebugBreak()350 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in IsDebugBreak()
1578 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(index); in LogBytecodeHandlers()
61 interpreter::Bytecodes::FromByte(bytecode_array->get(bytecode_offset)); in RUNTIME_FUNCTION()