Searched refs:GetTriesSize (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | graph_test.h | 48 return cda.GetTriesSize() != 0; in HasTryCatch()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | code_data_accessor.h | 139 uint32_t GetTriesSize() const in GetTriesSize() function in panda::panda_file::CodeDataAccessor
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | code_data_accessor.h | 139 uint32_t GetTriesSize() const in GetTriesSize() function in ark::panda_file::CodeDataAccessor
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | method.cpp | 112 return cda.GetTriesSize() != 0; in HasCatchBlock()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
H A D | ir_builder.cpp | 98 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 D | ir_builder.cpp | 182 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 D | emitter_test.cpp | 112 ASSERT_EQ(cdacc.GetTriesSize(), 0U); in TEST() 318 ASSERT_EQ(cdacc.GetTriesSize(), 1); in TEST()
|
H A D | assembler_emitter_test.cpp | 150 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 D | emitter_test.cpp | 115 ASSERT_EQ(cdacc.GetTriesSize(), 0U); in TEST() 321 ASSERT_EQ(cdacc.GetTriesSize(), 1); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compiler_preprocessor.cpp | 157 return cda.GetTriesSize() != 0; in MethodHasTryCatch()
|
H A D | ts_inline_lowering.cpp | 188 if (cda.GetTriesSize() != 0) { in FilterInlinedMethod()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 495 EXPECT_EQ(code_data_accessor.GetTriesSize(), 0U); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 401 EXPECT_EQ(codeDataAccessor.GetTriesSize(), 0U); in TEST()
|
Completed in 15 milliseconds