Home
last modified time | relevance | path

Searched refs:skipThrow (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp182 Label skipThrow; in StackOverflowCheck() local
185 __ B(Condition::GT, &skipThrow); in StackOverflowCheck()
188 __ Bind(&skipThrow); in StackOverflowCheck()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1194 auto *skipThrow = AllocLabel(); in EmitRethrow() local
1205 ra_.Emit<Jeqz>(node, skipThrow); in EmitRethrow()
1211 SetLabel(node, skipThrow); in EmitRethrow()

Completed in 5 milliseconds