Searched refs:ToByte (Results 1 – 4 of 4) sorted by relevance
239 if (dispatch_table_[Bytecodes::ToByte(Bytecode::k##Name)] == \ in LookupNameOfBytecodeHandler()250 int from_index = Bytecodes::ToByte(from); in GetDispatchCounter()251 int to_index = Bytecodes::ToByte(to); in GetDispatchCounter()
202 bytecodes()->push_back(Bytecodes::ToByte(prefix)); in EmitBytecode()204 bytecodes()->push_back(Bytecodes::ToByte(bytecode)); in EmitBytecode()289 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith8BitOperand()316 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith16BitOperand()
41 interpreter::Bytecodes::ToByte(debugbreak)); in ApplyDebugBreak()
475 static uint8_t ToByte(Bytecode bytecode) { in ToByte() function