Home
last modified time | relevance | path

Searched refs:TryDepth (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp255 std::uint32_t CodeGen::TryDepth() const in TryDepth() function in ark::es2panda::compiler::CodeGen
273 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), exceptionType); in CreateCatchTable()
280 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), tryLabelPair, exceptionType); in CreateCatchTable()
H A DcodeGen.h138 uint32_t TryDepth() const;
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h446 uint32_t TryDepth() const;
H A Dpandagen.cpp2041 uint32_t PandaGen::TryDepth() const in TryDepth() function in panda::es2panda::compiler::PandaGen
2059 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth()); in CreateCatchTable()

Completed in 7 milliseconds