Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp123 const std::string abcFileName("TSClassTypeTest.abc"); in HWTEST_F_L0() local
196 const std::string abcFileName("TSFunctionTypeTest.abc"); in HWTEST_F_L0() local
262 const std::string abcFileName("TSUnionTypeTest.abc"); in HWTEST_F_L0() local
323 const std::string abcFileName("TSArrayTypeTest.abc"); in HWTEST_F_L0() local
389 const std::string abcFileName("TSObjectTypeTest.abc"); in HWTEST_F_L0() local
Dts_type_table_generator_test.cpp100 const std::string abcFileName("TSTypeTableTest.abc"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp144 void EmitAndOptimize(const std::string &abcFileName, panda::pandasm::Program &program) const in EmitAndOptimize() argument