Searched refs:FromByte (Results 1 – 10 of 10) sorted by relevance
41 Bytecode bytecode = Bytecodes::FromByte(x % Bytecodes::kBytecodeCount); in BytecodeFromIndex()61 f(Bytecodes::FromByte(i), operand_scale); in ForEachBytecode()
268 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand()296 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand()329 Bytecodes::FromByte(bytecodes()->at(jump_location)))); in PatchJumpWith32BitOperand()346 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJump()357 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()
36 interpreter::Bytecodes::FromByte(bytecode_array_->get(bytecode_offset_)); in ApplyDebugBreak()47 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale()67 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode()
106 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()112 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
274 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()278 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()
481 static Bytecode FromByte(uint8_t value) { in FromByte() function
36 Bytecode bytecode = Bytecodes::FromByte(bytecode_int); in RUNTIME_FUNCTION()
61 Bytecode bytecode = Bytecodes::FromByte(bytecode_array->get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR()
251 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in GetDebugBreakType()255 bytecode = interpreter::Bytecodes::FromByte( in GetDebugBreakType()
2186 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(index); in LogBytecodeHandlers()