Home
last modified time | relevance | path

Searched refs:WriteSwitch (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.h45 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* jump_table);
H A Dbytecode-array-builder.cc185 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 Dbytecode-array-builder.h615 void WriteSwitch(BytecodeNode* node, BytecodeJumpTable* label);
H A Dbytecode-array-writer.cc143 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 Dspirv_instruction_builder_autogen.h787 void WriteSwitch(Blob *blob,
H A Dspirv_instruction_builder_autogen.cpp2740 void WriteSwitch(Blob *blob, in WriteSwitch() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp1913 spirv::WriteSwitch(getSpirvCurrentFunctionBlock(), conditionValue, defaultBlock, in writeSwitch()

Completed in 17 milliseconds