Searched refs:Switch (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 56 Switch = Struct.new(:expr, :cases) do constant 144 Switch.new(expr, cases)
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.cpp | 208 Switch(jsType, &defaultLabel, valueBuffer, labelBuffer, 3); in GetValueFromBuffer() 244 Switch(jsType, &defaultLabel, valueBuffer1, labelBuffer1, 3); in GetValueFromBuffer() 275 Switch(jsType, &defaultLabel, valueBuffer2, labelBuffer2, 3); in GetValueFromBuffer()
|
D | llvm_ir_builder.h | 339 V(Switch, (GateRef gate, GateRef input, const std::vector<GateRef> &outList)) \
|
D | stub_builder.h | 129 …void Switch(GateRef index, Label *defaultLabel, int64_t *keysValue, Label *keysLabel, int numberOf…
|
D | circuit_builder.h | 656 …void Switch(GateRef index, Label *defaultLabel, int64_t *keysValue, Label *keysLabel, int numberOf…
|
D | circuit_builder.cpp | 1810 void CircuitBuilder::Switch(GateRef index, Label *defaultLabel, int64_t *keysValue, Label *keysLabe… in Switch() function in panda::ecmascript::kungfu::CircuitBuilder
|
D | stub_builder.cpp | 65 void StubBuilder::Switch(GateRef index, Label *defaultLabel, int64_t *keysValue, Label *keysLabel, … in Switch() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …|(r={})),function(e){e[e.Exception=0]="Exception",e[e.With=1]="With",e[e.Switch=2]="Switch",e[e.Lo…
|