Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-snapshot-utils.cc41 Bytecode bytecode = Bytecodes::FromByte(x % Bytecodes::kBytecodeCount); in BytecodeFromIndex()
61 f(Bytecodes::FromByte(i), operand_scale); in ForEachBytecode()
/external/v8/src/interpreter/
Dbytecode-array-writer.cc268 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()
Dbytecode-array-accessor.cc36 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()
Dbytecode-decoder.cc106 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
112 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
Dinterpreter.cc274 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()
278 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()
Dbytecodes.h481 static Bytecode FromByte(uint8_t value) { in FromByte() function
/external/v8/src/runtime/
Druntime-interpreter.cc36 Bytecode bytecode = Bytecodes::FromByte(bytecode_int); in RUNTIME_FUNCTION()
Druntime-debug.cc61 Bytecode bytecode = Bytecodes::FromByte(bytecode_array->get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/debug/
Ddebug.cc251 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in GetDebugBreakType()
255 bytecode = interpreter::Bytecodes::FromByte( in GetDebugBreakType()
/external/v8/src/
Dlog.cc2186 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(index); in LogBytecodeHandlers()