Home
last modified time | relevance | path

Searched refs:HandleGoto (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp286 static void HandleGoto(StmtNode &stmt, CGFunc &cgFunc) in HandleGoto() function
311 HandleGoto(*gotoStmt, cgFunc); in HandleCondbr()
465 RegisterFactoryFunction<HandleStmtFactory>(OP_goto, HandleGoto); in InitHandleStmtFactory()
H A Disel.cpp190 static void HandleGoto(StmtNode &stmt, MPISel &iSel) in HandleGoto() function
466 RegisterFactoryFunction<HandleStmtFactory>(OP_goto, HandleGoto); in InitHandleStmtFactory()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp148 {OpCode::STATE_ENTRY, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
153 {OpCode::ORDINARY_BLOCK, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
154 {OpCode::IF_TRUE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
155 {OpCode::IF_FALSE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
156 {OpCode::SWITCH_CASE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
157 {OpCode::MERGE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
158 {OpCode::DEFAULT_CASE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
159 {OpCode::LOOP_BEGIN, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
160 {OpCode::LOOP_BACK, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers()
1282 void LLVMIRBuilder::HandleGoto(GateRe function in panda::ecmascript::kungfu::LLVMIRBuilder
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp251 HandleGoto(gate); in HandleBB()
267 HandleGoto(gate); in HandleBB()
271 HandleGoto(gate); in HandleBB()
275 HandleGoto(gate); in HandleBB()
283 HandleGoto(gate); in HandleBB()
287 HandleGoto(gate); in HandleBB()
291 HandleGoto(gate); in HandleBB()
295 HandleGoto(gate); in HandleBB()
299 HandleGoto(gate); in HandleBB()
898 void LiteCGIRBuilder::HandleGoto(GateRe function in panda::ecmascript::kungfu::LiteCGIRBuilder
[all...]

Completed in 14 milliseconds