Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc16 BytecodeArrayWriter::BytecodeArrayWriter( in BytecodeArrayWriter() function in v8::internal::interpreter::BytecodeArrayWriter
29 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 …]
Dbytecode-array-writer.h21 class BytecodeArrayWriter final : public BytecodePipelineStage {
23 BytecodeArrayWriter(Isolate* isolate, Zone* zone,
25 virtual ~BytecodeArrayWriter();
73 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayWriter);
Dbytecode-label.h49 friend class BytecodeArrayWriter; variable
Dbytecode-array-builder.h340 BytecodeArrayWriter* bytecode_array_writer() { in bytecode_array_writer()
365 BytecodeArrayWriter bytecode_array_writer_;
/external/v8/test/unittests/interpreter/
Dbytecode-array-writer-unittest.cc48 BytecodeArrayWriter* writer() { return &bytecode_array_writer_; } in writer()
57 BytecodeArrayWriter bytecode_array_writer_;