Home
last modified time | relevance | path

Searched defs:ctxFinder (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/
Dmodules_dynamic_modify_test.cpp49 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/
Dmodules_dynamic_modify_test.cpp62 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/
Dclasses_test.cpp142 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/
Dmodules_dynamic_test.cpp160 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/
Disa_dynamic_modules.cpp131 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/
Dmodules_dynamic_test.cpp57 helpers::ModuleByNameContext ctxFinder = {nullptr, "JSmodules_dynamic"}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/modules/
Dmodules_dynamic_test.cpp57 helpers::ModuleByNameContext ctxFinder = {nullptr, "modules_dynamic"}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/objects/
Dobjects.cpp40 helpers::ModuleByNameContext ctxFinder = {nullptr, "objects"}; in TransformIrCreateNewObject() local
106 helpers::ModuleByNameContext ctxFinder = {nullptr, "objects"}; in TransformIrCreateInitObject() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp473 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/
Drouter_table_test.cpp182 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/
Dreplace_call_site_test.cpp189 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/
Dreplace_call_site_test.cpp121 helpers::ModuleByNameContext ctxFinder = {nullptr, API_MODULE_NAME}; in ReplaceCallSite() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/
Drouter_table_test.cpp125 helpers::ModuleByNameContext ctxFinder = {nullptr, moduleName.data()}; in ModifyRouterTable() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/methods/
Dmethods_test.cpp557 helpers::ClassByNameContext ctxFinder = {nullptr, "Y"}; in TEST_F() local