Home
last modified time | relevance | path

Searched refs:bytecodes_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.h68 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in NON_EXPORTED_BASE()
76 ZoneVector<uint8_t> bytecodes_; in NON_EXPORTED_BASE() local
Dbytecode-array-writer.cc24 : bytecodes_(zone), in BytecodeArrayWriter()
28 bytecodes_.reserve(512); // Derived via experimentation. in BytecodeArrayWriter()