Searched refs:BytecodeArrayWriter (Results 1 – 4 of 4) sorted by relevance
18 BytecodeArrayWriter::kMaxSizeOfPackedBytecode;20 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter31 BytecodeArrayWriter::~BytecodeArrayWriter() {} in ~BytecodeArrayWriter()34 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray()55 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write()62 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()69 void BytecodeArrayWriter::BindLabel(BytecodeLabel* label) { in BindLabel()80 void BytecodeArrayWriter::BindLabel(const BytecodeLabel& target, in BindLabel()92 void BytecodeArrayWriter::UpdateSourcePositionTable( in UpdateSourcePositionTable()103 void BytecodeArrayWriter::EmitBytecode(const BytecodeNode* const node) { in EmitBytecode()[all …]
25 class V8_EXPORT_PRIVATE BytecodeArrayWriter final28 BytecodeArrayWriter( in NON_EXPORTED_BASE()31 virtual ~BytecodeArrayWriter(); in NON_EXPORTED_BASE()82 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayWriter); in NON_EXPORTED_BASE()
53 friend class BytecodeArrayWriter; variable
382 BytecodeArrayWriter* bytecode_array_writer() { in NON_EXPORTED_BASE()406 BytecodeArrayWriter bytecode_array_writer_; in NON_EXPORTED_BASE()