Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp97 BBT *nextBBThreadHead = nullptr; in CollectCatchAndFallthruUntilNextCatchBB() local
140 void TryCatchBlocksLower::ProcessThreadTail(BBT &threadTail, BBT *const &nextBBThreadHead, bool has… in ProcessThreadTail()
164 …hBlocksLower::WrapCatchWithTryEndTryBlock(std::vector<BBT *> &currBBThread, BBT *&nextBBThreadHead, in WrapCatchWithTryEndTryBlock()
228 const BBT *nextBBThreadHead) in SwapEndTryBBAndCurrBBThread()