Home
last modified time | relevance | path

Searched defs:endTryBB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp95 BBT *endTryBB = tryEndTryBlock.GetEndTryBB(); in CollectCatchAndFallthruUntilNextCatchBB() local
142 BBT *endTryBB = tryEndTryBlock.GetEndTryBB(); in ProcessThreadTail() local
167 BBT *endTryBB = tryEndTryBlock.GetEndTryBB(); in WrapCatchWithTryEndTryBlock() local
230 BBT *endTryBB = tryEndTryBlock.GetEndTryBB(); in SwapEndTryBBAndCurrBBThread() local
289 BBT *endTryBB = tryEndTryBlock.GetEndTryBB(); in ConnectRemainBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_cfg.h316 const BB *GetTryBBFromEndTryBB(BB *endTryBB) const in GetTryBBFromEndTryBB()
322 BB *GetTryBBFromEndTryBB(BB *endTryBB) in GetTryBBFromEndTryBB()
332 void SetTryBBByOtherEndTryBB(BB *endTryBB, BB *otherTryBB) in SetTryBBByOtherEndTryBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dtry_catch.h118 BBT *endTryBB = nullptr; variable