Home
last modified time | relevance | path

Searched refs:JumpIfCase (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DswitchBuilder.h40 void JumpIfCase(VReg tag, uint32_t index);
H A DswitchBuilder.cpp59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase() function in panda::es2panda::compiler::SwitchBuilder
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DswitchBuilder.h73 void JumpIfCase(const VReg tag, const uint32_t index) in JumpIfCase() function in ark::es2panda::ark::es2panda::compiler::SwitchBuilder
H A DJSCompiler.cpp1533 builder.JumpIfCase(tag, i); in CompileImpl()
H A DETSCompiler.cpp1614 builder.JumpIfCase(tag, i); in CompileImpl()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DswitchStatement.cpp66 builder.JumpIfCase(tag, i); in Compile()

Completed in 8 milliseconds