HomeSort by relevance Sort by last modified time
    Searched refs:ToByte (Results 1 - 4 of 4) sorted by null

  /external/v8/src/interpreter/
bytecode-array-writer.cc 112 bytecodes()->push_back(Bytecodes::ToByte(prefix));
114 bytecodes()->push_back(Bytecodes::ToByte(bytecode));
198 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode);
224 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode);
bytecodes.h 419 static uint8_t ToByte(Bytecode bytecode) {
    [all...]
interpreter.cc 314 if (dispatch_table_[Bytecodes::ToByte(Bytecode::k##Name)] == \
325 int from_index = Bytecodes::ToByte(from);
326 int to_index = Bytecodes::ToByte(to);
    [all...]
  /external/v8/src/debug/
debug.cc 332 interpreter::Bytecodes::ToByte(debugbreak));
    [all...]

Completed in 223 milliseconds