Searched refs:BytecodeArrayWriter (Results 1 – 5 of 5) sorted by relevance
16 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter29 BytecodeArrayWriter::~BytecodeArrayWriter() {} in ~BytecodeArrayWriter()32 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray()60 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write()67 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump()74 void BytecodeArrayWriter::BindLabel(BytecodeLabel* label) { in BindLabel()85 void BytecodeArrayWriter::BindLabel(const BytecodeLabel& target, in BindLabel()97 void BytecodeArrayWriter::UpdateSourcePositionTable( in UpdateSourcePositionTable()162 void BytecodeArrayWriter::EmitBytecode(const BytecodeNode* const node) { in EmitBytecode()242 void BytecodeArrayWriter::PatchJumpWith8BitOperand(size_t jump_location, in PatchJumpWith8BitOperand()[all …]
21 class BytecodeArrayWriter final : public BytecodePipelineStage {23 BytecodeArrayWriter(Isolate* isolate, Zone* zone,25 virtual ~BytecodeArrayWriter();73 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayWriter);
49 friend class BytecodeArrayWriter; variable
340 BytecodeArrayWriter* bytecode_array_writer() { in bytecode_array_writer()365 BytecodeArrayWriter bytecode_array_writer_;
48 BytecodeArrayWriter* writer() { return &bytecode_array_writer_; } in writer()57 BytecodeArrayWriter bytecode_array_writer_;