Home
last modified time | relevance | path

Searched defs:lang (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h26 … [[maybe_unused]] ark::panda_file::SourceLang lang) in ReadProfile()
38 …ofile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang) in DestroyProfile()
50 [[maybe_unused]] ark::panda_file::SourceLang lang, in FindMethodInProfile()
63 …umpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::SourceLang lang, in DumpProfile()
Dprofiling-inl.h26 … [[maybe_unused]] PandaVM *vm, [[maybe_unused]] ark::panda_file::SourceLang lang) in ClearProfile()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicFunctionType.h27 Language lang) in ETSDynamicFunctionType()
33 explicit ETSDynamicFunctionType(ETSChecker *checker, Signature *signature, Language lang) in ETSDynamicFunctionType()
/arkcompiler/runtime_core/static_core/verification/jobs/
Dservice.cpp44 TaskProcessor *VerifierService::GetProcessor(SourceLang lang) in GetProcessor()
67 auto lang = processor->GetLang(); in ReleaseProcessor() local
Dservice.h55 SourceLang lang; member
73 …explicit TaskProcessor(VerifierService *service, SourceLang lang) : service_ {service}, lang_ {lan… in TaskProcessor()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_default_lang_extension.h24 explicit PtStaticDefaultExtension(panda_file::SourceLang lang) : lang_(lang) {} in PtStaticDefaultExtension()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dconvert.cpp64 AbckitTarget ToTargetDynamic(panda::panda_file::SourceLang lang) in ToTargetDynamic()
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp91 Class::Class(const uint8_t *descriptor, panda_file::SourceLang lang, uint32_t vtableSize, uint32_t … in Class()
162 size_t Class::GetClassObjectSizeFromClass(Class *cls, panda_file::SourceLang lang) in GetClassObjectSizeFromClass()
/arkcompiler/runtime_core/templates/
Dcommon.rb85 def lang_field_name(lang) argument
89 def lang_camel_name(lang) argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h227 bool HasExtension(panda_file::SourceLang lang) in HasExtension()
241 ClassLinkerExtension *GetExtension(panda_file::SourceLang lang) in GetExtension()
257 size_t GetClassObjectSize(Class *cls, panda_file::SourceLang lang) in GetClassObjectSize()
Dhclass.h42 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass()
/arkcompiler/runtime_core/static_core/templates/
Dcommon.rb157 def lang_field_name(lang) argument
161 def lang_camel_name(lang) argument
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto41 uint32 lang = 1; field
/arkcompiler/runtime_core/libabckit/doc/
Dmini_cookbook.md309 ### _Create instructions_
323 ### _Create 'print("Hello")' for ArkTS_
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_items_test.cpp70 panda::panda_file::SourceLang lang = panda::panda_file::SourceLang::ECMASCRIPT; variable
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.cpp85 FunctionWrapper *PandasmWrapper::CreateWrappedFunction(panda::panda_file::SourceLang lang) in CreateWrappedFunction()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportDeclaration.h44 …void SetImportMetadata(util::ImportFlags importFlags, Language::Id lang, std::string_view resolved… in SetImportMetadata()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocale.cpp114 const std::string lang = locale.getLanguage(); in StdCoreIntlLocaleFillCheckInfo() local
145 const std::string lang = icu::Locale::getDefault().getLanguage(); in StdCoreIntlLocaleDefaultLang() local
187 ani_string StdCoreIntlLocaleInfo(ani_env *env, [[maybe_unused]] ani_class klass, ani_string lang) in StdCoreIntlLocaleInfo()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp255 … const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction()
344 auto lang = cda.GetSourceLang().value_or(SourceLanguage::PANDA_ASSEMBLY); in OptimizePandaFile() local
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp21 bool IsDynamicLanguage(panda::panda_file::SourceLang lang) in IsDynamicLanguage()
26 std::optional<panda::panda_file::SourceLang> LanguageFromString(const std::string_view &lang) in LanguageFromString()
40 const char *LanguageToString(panda::panda_file::SourceLang lang) in LanguageToString()
54 const char *GetCtorName([[maybe_unused]] panda::panda_file::SourceLang lang) in GetCtorName()
59 const char *GetCctorName([[maybe_unused]] panda::panda_file::SourceLang lang) in GetCctorName()
64 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test_extension.h30 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp190 ETSFunctionType *ETSChecker::CreateETSDynamicArrowType(Signature *signature, Language lang) in CreateETSDynamicArrowType()
196 Language lang) in CreateETSDynamicMethodType()
377 Language lang(Language::Id::ETS); in CheckForDynamicLang() local
/arkcompiler/runtime_core/libabckit/src/wrappers/graph_wrapper/
Dgraph_wrapper.cpp178 const auto lang = convert::ToSourceLang(graph->function->owningModule->target); in BuildCodeDynamic() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp139 bool Type::IsStringType(const std::string &name, ark::panda_file::SourceLang lang) in IsStringType()

123