Home
last modified time | relevance | path

Searched refs:WriteSwitch (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.h40 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* jump_table);
Dbytecode-array-builder.cc148 void BytecodeArrayBuilder::WriteSwitch(BytecodeNode* node, in WriteSwitch() function in v8::internal::interpreter::BytecodeArrayBuilder
151 bytecode_array_writer_.WriteSwitch(node, jump_table); in WriteSwitch()
345 WriteSwitch(&node, jump_table); in BYTECODE_LIST()
1305 WriteSwitch(&node, jump_table); in SwitchOnGeneratorState()
Dbytecode-array-writer.cc85 void BytecodeArrayWriter::WriteSwitch(BytecodeNode* node, in WriteSwitch() function in v8::internal::interpreter::BytecodeArrayWriter
Dbytecode-array-builder.h569 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* label);