Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h159 struct BytecodeRegion { struct
198 bool operator <(const BytecodeRegion &target) const argument
206 … std::sort(catchs.begin(), catchs.end(), [](BytecodeRegion *first, BytecodeRegion *second) { in SortCatches() argument
212 void UpdateTryCatchInfoForDeadBlock() in UpdateTryCatchInfoForDeadBlock()
219 void UpdateRedundantTryCatchInfo(bool noThrow) in UpdateRedundantTryCatchInfo()
228 void UpdateTryCatchInfoIfNoThrow(bool noThrow) in UpdateTryCatchInfoIfNoThrow()
252 using BytecodeGraph = std::vector<BytecodeRegion>; argument