| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 49 helpers::ModuleByNameContext ctxFinder = {nullptr, MAIN_MODULE_NAME}; in ModifyMetaDynModuleRemoveImport() local 89 helpers::ModuleByNameContext ctxFinder = {nullptr, MAIN_MODULE_NAME}; in ModifyMetaDynModuleRemoveExport() local 203 helpers::ModuleByNameContext ctxFinder = {nullptr, (userTransformerData->moduleName).c_str()}; in AddImportFromDynamicModuleImpl() local 249 … helpers::ModuleByNameContext ctxFinder = {nullptr, (userTransformerData->moduleName).c_str()}; in DynamicModuleAddExportImpl() local 298 helpers::ModuleByNameContext ctxFinder = {nullptr, MAIN_MODULE_NAME}; in TransformIrAddImportedFunctionCall() local 322 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddImportedFunctionCallNS() local 347 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddLocalExport() local 379 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddIndirectExport() local 404 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddStarExport() local 424 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddStarExportFunc() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 62 helpers::ModuleByNameContext ctxFinder = {nullptr, "JSmodules_dynamic_modify"}; in ModifyMetaDynModuleRemoveImport() local 102 helpers::ModuleByNameContext ctxFinder = {nullptr, "JSmodules_dynamic_modify"}; in ModifyMetaDynModuleRemoveExport() local 289 helpers::ModuleByNameContext ctxFinder = {nullptr, (userTransformerData->moduleName).c_str()}; in AddImportFromDynamicModuleImpl() local 335 … helpers::ModuleByNameContext ctxFinder = {nullptr, (userTransformerData->moduleName).c_str()}; in DynamicModuleAddExportImpl() local 384 helpers::ModuleByNameContext ctxFinder = {nullptr, "JSmodules_dynamic_modify"}; in TransformIrAddImportedFunctionCall() local 408 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddImportedFunctionCallNS() local 433 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddLocalExport() local 465 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddIndirectExport() local 490 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddStarExport() local 510 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.c_str()}; in TransformIrAddStarExportFunc() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/classes/ |
| D | classes_test.cpp | 142 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 178 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 287 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 324 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 376 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 408 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 443 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 476 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 507 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local 536 helpers::ClassByNameContext ctxFinder = {nullptr, "C1"}; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/ |
| D | modules_dynamic_test.cpp | 160 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName}; in GetFileTarget() local 262 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 286 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 321 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 351 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 381 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 460 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 484 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 525 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local 562 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/modules/ |
| D | isa_dynamic_modules.cpp | 131 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules/module1"}; in IgetModuleTest() local 189 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules/module2"}; in TransformIrGetModuleNamespace() local 208 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TransformIrLdExternalModuleVar() local 232 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TransformIrLdLocalModuleVar() local 258 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TransformIrStModuleVar() local 373 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules/module1"}; in TEST_F() local 405 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules/module1"}; in TEST_F() local 467 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TEST_F() local 498 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TEST_F() local 559 helpers::ModuleByNameContext ctxFinder = {nullptr, "isa_dynamic_modules"}; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/modules/ |
| D | modules_dynamic_test.cpp | 57 helpers::ModuleByNameContext ctxFinder = {nullptr, "JSmodules_dynamic"}; in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/modules/ |
| D | modules_dynamic_test.cpp | 57 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/objects/ |
| D | objects.cpp | 40 helpers::ModuleByNameContext ctxFinder = {nullptr, "objects"}; in TransformIrCreateNewObject() local 106 helpers::ModuleByNameContext ctxFinder = {nullptr, "objects"}; in TransformIrCreateInitObject() local
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers.cpp | 473 auto ctxFinder = reinterpret_cast<ClassByNameContext *>(data); in ClassByNameFinder() local 487 auto ctxFinder = reinterpret_cast<NamepsaceByNameContext *>(data); in NamespaceByNameFinder() local 500 auto ctxFinder = reinterpret_cast<ModuleByNameContext *>(data); in ModuleByNameFinder() local 514 auto ctxFinder = reinterpret_cast<ImportByAliasContext *>(data); in ImportByAliasFinder() local 528 auto ctxFinder = reinterpret_cast<ExportByAliasContext *>(data); in ExportByAliasFinder() local 542 auto ctxFinder = reinterpret_cast<AnnotationInterfaceByNameContext *>(data); in AnnotationInterfaceByNameFinder() local 557 auto ctxFinder = reinterpret_cast<AnnotationByNameContext *>(data); in AnnotationByNameFinder() local 742 auto ctxFinder = reinterpret_cast<MethodByNameContext *>(data); in MethodByNameFinder() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/ |
| D | router_table_test.cpp | 182 auto ctxFinder = reinterpret_cast<ModuleByNameContext *>(data); in ModuleByNameFinder() local 204 ModuleByNameContext ctxFinder = {nullptr, moduleName.data()}; in ModifyRouterTable() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/replace_call_site/ |
| D | replace_call_site_test.cpp | 189 auto ctxFinder = reinterpret_cast<ModuleByNameContext *>(data); in ModuleByNameFinder() local 261 ModuleByNameContext ctxFinder = {nullptr, API_MODULE_NAME}; in ReplaceCallSite() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/replace_call_site/dynamic/ |
| D | replace_call_site_test.cpp | 121 helpers::ModuleByNameContext ctxFinder = {nullptr, API_MODULE_NAME}; in ReplaceCallSite() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/ |
| D | router_table_test.cpp | 125 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.data()}; in ModifyRouterTable() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/methods/ |
| D | methods_test.cpp | 557 helpers::ClassByNameContext ctxFinder = {nullptr, "Y"}; in TEST_F() local
|