Home
last modified time | relevance | path

Searched refs:ToByte (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.cc112 bytecodes()->push_back(Bytecodes::ToByte(prefix)); in EmitBytecode()
114 bytecodes()->push_back(Bytecodes::ToByte(bytecode)); in EmitBytecode()
198 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith8BitOperand()
224 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith16BitOperand()
Dbytecodes.h419 static uint8_t ToByte(Bytecode bytecode) { in ToByte() function
Dinterpreter.cc314 if (dispatch_table_[Bytecodes::ToByte(Bytecode::k##Name)] == \ in LookupNameOfBytecodeHandler()
325 int from_index = Bytecodes::ToByte(from); in GetDispatchCounter()
326 int to_index = Bytecodes::ToByte(to); in GetDispatchCounter()
/external/v8/src/debug/
Ddebug.cc332 interpreter::Bytecodes::ToByte(debugbreak)); in SetDebugBreak()