Home
last modified time | relevance | path

Searched refs:GetTriesSize (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_test.h48 return cda.GetTriesSize() != 0; in HasTryCatch()
/arkcompiler/runtime_core/libpandafile/
H A Dcode_data_accessor.h139 uint32_t GetTriesSize() const in GetTriesSize() function in panda::panda_file::CodeDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dcode_data_accessor.h139 uint32_t GetTriesSize() const in GetTriesSize() function in ark::panda_file::CodeDataAccessor
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp112 return cda.GetTriesSize() != 0; in HasCatchBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp98 if (cda.GetTriesSize() > TRY_BLOCKS_LIMIT) { in CheckMethodLimitations()
99 COMPILER_LOG(INFO, IR_BUILDER) << "Method has too many try blocks: " << cda.GetTriesSize() in CheckMethodLimitations()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp182 if (cda.GetTriesSize() > TRY_BLOCKS_LIMIT) { in CheckMethodLimitations()
183 COMPILER_LOG(INFO, IR_BUILDER) << "Method has too many try blocks: " << cda.GetTriesSize() in CheckMethodLimitations()
729 if (cda.GetTriesSize() != 0) { in RunImpl()
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp112 ASSERT_EQ(cdacc.GetTriesSize(), 0U); in TEST()
318 ASSERT_EQ(cdacc.GetTriesSize(), 1); in TEST()
H A Dassembler_emitter_test.cpp150 EXPECT_EQ(cdacc.GetTriesSize(), 0U); in HWTEST_F()
374 EXPECT_EQ(cdacc.GetTriesSize(), 2U); in HWTEST_F()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp115 ASSERT_EQ(cdacc.GetTriesSize(), 0U); in TEST()
321 ASSERT_EQ(cdacc.GetTriesSize(), 1); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp157 return cda.GetTriesSize() != 0; in MethodHasTryCatch()
H A Dts_inline_lowering.cpp188 if (cda.GetTriesSize() != 0) { in FilterInlinedMethod()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp495 EXPECT_EQ(code_data_accessor.GetTriesSize(), 0U); in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp401 EXPECT_EQ(codeDataAccessor.GetTriesSize(), 0U); in TEST()

Completed in 15 milliseconds