Home
last modified time | relevance | path

Searched refs:CheckAndProcessCatchNodeInCurrTryBlock (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dtry_catch.h170 bool CheckAndProcessCatchNodeInCurrTryBlock(BBT &ebb, LabelIdx ebbLabel, uint32 index);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp263 bool TryCatchBlocksLower::CheckAndProcessCatchNodeInCurrTryBlock(BBT &origLowerBB, LabelIdx ebbLabe… in CheckAndProcessCatchNodeInCurrTryBlock() function in maplebe::TryCatchBlocksLower
548 bool found = CheckAndProcessCatchNodeInCurrTryBlock(*lowerBB, ebbLabel, i); in ProcessEnclosedBBBetweenTryEndTry()