Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc53 bytecode_array_writer_(zone, &constant_array_builder_, in BytecodeArrayBuilder()
97 return bytecode_array_writer_.ToBytecodeArray( in ToBytecodeArray()
140 bytecode_array_writer_.Write(node); in Write()
145 bytecode_array_writer_.WriteJump(node, label); in WriteJump()
151 bytecode_array_writer_.WriteSwitch(node, jump_table); in WriteSwitch()
1041 bytecode_array_writer_.BindLabel(label); in Bind()
1048 bytecode_array_writer_.BindLabel(target, label); in Bind()
1058 bytecode_array_writer_.BindJumpTableEntry(jump_table, case_value); in Bind()
Dbytecode-array-builder.h582 return &bytecode_array_writer_; in bytecode_array_writer()
603 BytecodeArrayWriter bytecode_array_writer_; variable