Searched refs:bytecodes_ (Results 1 – 2 of 2) sorted by relevance
235 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in bytecodes()236 const ZoneVector<uint8_t>* bytecodes() const { return &bytecodes_; } in bytecodes()322 ZoneVector<uint8_t> bytecodes_; variable
70 bytecodes_(zone), in BytecodeArrayBuilder()149 int bytecode_size = static_cast<int>(bytecodes_.size()); in ToBytecodeArray()156 factory->NewBytecodeArray(bytecode_size, &bytecodes_.front(), frame_size, in ToBytecodeArray()