Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 103) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h26 ConstantFold(MIRModule &mod, bool trace) : FuncOptimizeImpl(mod, trace), mirModule(&mod) {} in ConstantFold()
28 explicit ConstantFold(MIRModule &mod) : FuncOptimizeImpl(mod, false), mirModule(&mod) {} in ConstantFold()
/arkcompiler/runtime_core/libabckit/tests/helpers/visit_helper/
Dvisit_helper-inl.h32 inline void VisitHelper::EnumerateModuleImports(AbckitCoreModule *mod, const ImportCallBack &cb) in EnumerateModuleImports()
42 inline void VisitHelper::EnumerateModuleExports(AbckitCoreModule *mod, const ExportCallBack &cb) in EnumerateModuleExports()
52 inline void VisitHelper::EnumerateModuleClasses(AbckitCoreModule *mod, const ClassCallBack &cb) in EnumerateModuleClasses()
72 inline void VisitHelper::EnumerateModuleTopLevelFunctions(AbckitCoreModule *mod, const FunctionCall… in EnumerateModuleTopLevelFunctions()
82 inline void VisitHelper::EnumerateModuleFunctions(AbckitCoreModule *mod, const FunctionCallBack &cb) in EnumerateModuleFunctions()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dexport_descriptor_impl.h40 AbckitCoreModule *mod = GetApiConfig()->cIapi_->exportDescriptorGetExportingModule(GetView()); in GetExportingModule() local
47 AbckitCoreModule *mod = GetApiConfig()->cIapi_->exportDescriptorGetExportedModule(GetView()); in GetExportedModule() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/mangling/
Dmangle_descriptor_test.cpp100 ani_module mod {}; in TEST_F() local
106 ani_module mod {}; in TEST_F() local
170 ani_module mod {}; in TEST_F() local
180 ani_module mod {}; in TEST_F() local
190 ani_module mod {}; in TEST_F() local
207 ani_module mod {}; in TEST_F() local
221 ani_module mod {}; in TEST_F() local
233 ani_module mod {}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp54 g_implI->fileEnumerateModules(file, (void *)(&cb), [](AbckitCoreModule *mod, void *data) { in EnumerateModules()
62 inline void EnumerateModuleTopLevelFunctions(AbckitCoreModule *mod, const FunctionCallBack &cb) in EnumerateModuleTopLevelFunctions()
74 inline void EnumerateModuleClasses(AbckitCoreModule *mod, const ClassCallBack &cb) in EnumerateModuleClasses()
86 inline void EnumerateModuleImports(AbckitCoreModule *mod, const ImportCallBack &cb) in EnumerateModuleImports()
97 void GetImportDescriptors(AbckitCoreModule *mod, in GetImportDescriptors()
220 inline void EnumerateModuleFunctions(AbckitCoreModule *mod, const FunctionCallBack &cb) in EnumerateModuleFunctions()
262 [&](AbckitCoreModule *mod) { in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp20 FuncOptimizeImpl::FuncOptimizeImpl(MIRModule &mod, bool currTrace) in FuncOptimizeImpl()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp55 void EnumerateAllMethods(const abckit::core::Module &mod, const FunctionCallback &fnUserCallback) in EnumerateAllMethods()
85 std::vector<abckit::core::ImportDescriptor> GetImportDescriptors(const abckit::core::Module &mod, in GetImportDescriptors()
115 auto mod = klass.GetModule(); in FindClassMetaFromLoadApi() local
164 file.EnumerateModules([&](const abckit::core::Module &mod) { in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getEtsModule/ets_to_ts/
Dtest_get_module.ts19 const mod = etsVm.getModule('get_module'); constant
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldreload/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldreload/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldreload/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldfix/coldfix-noerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldreload/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-noerror/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldfix/coldfix-noerror/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-noerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldreload/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldfix/coldfix-noerror/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldreload/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-noerror/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/replace_call_site/
Dreplace_call_site_test.cpp114 method.GetFile()->EnumerateModules([&](const abckit::core::Module &mod) -> bool { in ReplaceCallSite()
182 std::vector<AnnotationTrack> GetAnnotationTracks(const abckit::core::Module &mod) in GetAnnotationTracks()
213 void GetAnnotationInfo(const abckit::core::Module &mod, std::vector<ReplaceCommand> &replaceCommand… in GetAnnotationInfo()
240 file.EnumerateModules([&](const abckit::core::Module &mod) { in TEST_F()
253 file.EnumerateModules([&](const abckit::core::Module &mod) { in TEST_F()

12345