Searched refs:BytecodeArrayWriter (Results 1 – 5 of 5) sorted by relevance
22 BytecodeArrayWriter::kMaxSizeOfPackedBytecode;24 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter39 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray()61 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write()72 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()85 void BytecodeArrayWriter::WriteSwitch(BytecodeNode* node, in WriteSwitch()99 void BytecodeArrayWriter::BindLabel(BytecodeLabel* label) { in BindLabel()111 void BytecodeArrayWriter::BindLabel(const BytecodeLabel& target, in BindLabel()126 void BytecodeArrayWriter::BindJumpTableEntry(BytecodeJumpTable* jump_table, in BindJumpTableEntry()142 void BytecodeArrayWriter::UpdateSourcePositionTable( in UpdateSourcePositionTable()[all …]
32 class V8_EXPORT_PRIVATE BytecodeArrayWriter final {34 BytecodeArrayWriter(101 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayWriter);
55 friend class BytecodeArrayWriter; variable
81 friend class BytecodeArrayWriter; variable
581 BytecodeArrayWriter* bytecode_array_writer() { in bytecode_array_writer()603 BytecodeArrayWriter bytecode_array_writer_;