Home
last modified time | relevance | path

Searched defs:mName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_04_export_import_cases/export_default_class/
Dexport_class_01.ts17 mName: string = ''; property in Animal
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.cpp157 auto mName = graph_->GetRuntime()->GetMethodFullName(graph_->GetMethod(), true); in DumpStatisticsCsv() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1399 const mName = (m.name as ts.Identifier).text; constant
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp793 std::string_view mName = id->importedModule->moduleName->impl; in CollectAnnotationModuleMap() local
817 std::string mName; in CollectAnnotationCorrectInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp365 std::string mName = method->GetMethodName(file); in PrintAOTEntry() local