Searched refs:bytecodes_ (Results 1 – 2 of 2) sorted by relevance
68 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in NON_EXPORTED_BASE()76 ZoneVector<uint8_t> bytecodes_; in NON_EXPORTED_BASE() local
24 : bytecodes_(zone), in BytecodeArrayWriter()28 bytecodes_.reserve(512); // Derived via experimentation. in BytecodeArrayWriter()