Home
last modified time | relevance | path

Searched refs:bytecode_array_writer_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc55 bytecode_array_writer_(zone, &constant_array_builder_, in BytecodeArrayBuilder()
99 return bytecode_array_writer_.ToBytecodeArray( in ToBytecodeArray()
113 return bytecode_array_writer_.CheckBytecodeMatches(bytecode); in CheckBytecodeMatches()
122 return bytecode_array_writer_.ToSourcePositionTable(isolate); in ToSourcePositionTable()
171 bytecode_array_writer_.Write(node); in Write()
176 bytecode_array_writer_.WriteJump(node, label); in WriteJump()
182 bytecode_array_writer_.WriteJumpLoop(node, loop_header); in WriteJumpLoop()
188 bytecode_array_writer_.WriteSwitch(node, jump_table); in WriteSwitch()
1103 bytecode_array_writer_.BindLabel(label); in Bind()
1112 bytecode_array_writer_ in Bind()
[all...]
H A Dbytecode-array-builder.h548 return bytecode_array_writer_.RemainderOfBlockIsDead(); in RemainderOfBlockIsDead()
626 return &bytecode_array_writer_; in bytecode_array_writer()
646 BytecodeArrayWriter bytecode_array_writer_; member in v8::internal::interpreter::final

Completed in 4 milliseconds