Searched refs:WriteSwitch (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-writer.h | 45 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* jump_table);
|
H A D | bytecode-array-builder.cc | 185 void BytecodeArrayBuilder::WriteSwitch(BytecodeNode* node, in WriteSwitch() function in v8::internal::interpreter::BytecodeArrayBuilder 188 bytecode_array_writer_.WriteSwitch(node, jump_table); in WriteSwitch() 391 WriteSwitch(&node, jump_table); in OutputSwitchOnSmiNoFeedback() 1399 WriteSwitch(&node, jump_table); in SwitchOnGeneratorState()
|
H A D | bytecode-array-builder.h | 615 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* label);
|
H A D | bytecode-array-writer.cc | 143 void BytecodeArrayWriter::WriteSwitch(BytecodeNode* node, in WriteSwitch() function in v8::internal::interpreter::BytecodeArrayWriter
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.h | 787 void WriteSwitch(Blob *blob,
|
H A D | spirv_instruction_builder_autogen.cpp | 2740 void WriteSwitch(Blob *blob, in WriteSwitch() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 1913 spirv::WriteSwitch(getSpirvCurrentFunctionBlock(), conditionValue, defaultBlock, in writeSwitch()
|
Completed in 17 milliseconds