Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp266 MapleVector<BBT *> &bbsToRelocate = tryEndTryBlock.GetBBsToRelocate(); in CheckAndProcessCatchNodeInCurrTryBlock() local
641 MapleVector<BBT *> &bbsToRelocate = tryEndTryBlock.GetBBsToRelocate(); in PlaceRelocatedBB() local
661 MapleVector<BBT *> &bbsToRelocate = tryEndTryBlock.GetBBsToRelocate(); in PalceCatchSeenSofar() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dtry_catch.h122 MapleVector<BBT *> bbsToRelocate; variable