Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc177 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()
Dbytecode-decoder.cc91 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
97 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
Dbytecode-array-accessor.cc32 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale()
52 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode()
Dmkpeephole.cc315 Bytecode last = Bytecodes::FromByte(byte_value); in BuildTable()
325 Bytecode current = Bytecodes::FromByte(byte_value); in BuildRow()
Dbytecodes.h425 static Bytecode FromByte(uint8_t value) { in FromByte() function
Dinterpreter.cc349 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()
353 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()
/external/v8/src/debug/
Ddebug.cc296 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()
/external/v8/src/
Dlog.cc1578 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(index); in LogBytecodeHandlers()
/external/v8/src/runtime/
Druntime-debug.cc61 interpreter::Bytecodes::FromByte(bytecode_array->get(bytecode_offset)); in RUNTIME_FUNCTION()