Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc239 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()
Dbytecode-array-writer.cc202 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()
Dbytecode-array-accessor.cc41 interpreter::Bytecodes::ToByte(debugbreak)); in ApplyDebugBreak()
Dbytecodes.h475 static uint8_t ToByte(Bytecode bytecode) { in ToByte() function