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

  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 290 std::vector<int> scorecard(Bytecodes::ToByte(Bytecode::kLast) + 1);
302 CHECK_EQ(scorecard[Bytecodes::ToByte(final_bytecode)], 1);
306 CHECK_GE(scorecard[Bytecodes::ToByte(Bytecode::k##Name)], 1);
  /external/v8/src/interpreter/
bytecodes.cc 59 uint8_t Bytecodes::ToByte(Bytecode bytecode) {
bytecode-array-builder.cc 170 bytecodes()->push_back(Bytecodes::ToByte(bytecode));
225 bytecodes()->push_back(Bytecodes::ToByte(bytecode));
842 *jump_location = Bytecodes::ToByte(jump_bytecode);
    [all...]
bytecodes.h 344 static uint8_t ToByte(Bytecode bytecode);
  /external/v8/test/cctest/interpreter/
test-bytecode-generator.cc 213 if (Bytecodes::ToByte(bytecode) != expected.bytecode[bytecode_index]) {
    [all...]

Completed in 357 milliseconds