Home
last modified time | relevance | path

Searched refs:BytecodeArrayWriter (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.cc19 BytecodeArrayWriter::kMaxSizeOfPackedBytecode;
21 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter
32 BytecodeArrayWriter::~BytecodeArrayWriter() {} in ~BytecodeArrayWriter()
35 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray()
56 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write()
63 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()
70 void BytecodeArrayWriter::BindLabel(BytecodeLabel* label) { in BindLabel()
81 void BytecodeArrayWriter::BindLabel(const BytecodeLabel& target, in BindLabel()
93 void BytecodeArrayWriter::UpdateSourcePositionTable( in UpdateSourcePositionTable()
104 void BytecodeArrayWriter::EmitBytecode(const BytecodeNode* const node) { in EmitBytecode()
[all …]
Dbytecode-array-writer.h25 class V8_EXPORT_PRIVATE BytecodeArrayWriter final
28 BytecodeArrayWriter( in NON_EXPORTED_BASE()
31 virtual ~BytecodeArrayWriter(); in NON_EXPORTED_BASE()
82 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayWriter); in NON_EXPORTED_BASE()
Dbytecode-label.h53 friend class BytecodeArrayWriter; variable
Dbytecode-array-builder.h453 BytecodeArrayWriter* bytecode_array_writer() { in NON_EXPORTED_BASE()
478 BytecodeArrayWriter bytecode_array_writer_; in NON_EXPORTED_BASE()