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

  /external/v8/src/snapshot/
builtin-snapshot-utils.h 42 static int BytecodeToIndex(Bytecode bytecode, OperandScale operand_scale);
45 // inverse operation of BytecodeToIndex().
builtin-deserializer-allocator.cc 110 const int index = BSU::BytecodeToIndex(bytecode, operand_scale);
137 BSU::BytecodeToIndex(bytecode, operand_scale)),
145 HandlerAllocationIndex(BSU::BytecodeToIndex(bytecode, operand_scale));
149 RegisterCodeObjectReservation(BSU::BytecodeToIndex(bytecode, operand_scale));
244 const int code_object_id = BSU::BytecodeToIndex(bytecode, operand_scale);
builtin-snapshot-utils.cc 23 int BuiltinSnapshotUtils::BytecodeToIndex(Bytecode bytecode,
builtin-serializer.cc 138 const int index = BSU::BytecodeToIndex(bytecode, operand_scale);
builtin-deserializer.cc 180 const int code_object_id = BSU::BytecodeToIndex(bytecode, operand_scale);

Completed in 58 milliseconds