Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h26 … [[maybe_unused]] panda::panda_file::SourceLang lang) in ReadProfile()
38 [[maybe_unused]] panda::panda_file::SourceLang lang) in DestroyProfile()
49 [[maybe_unused]] panda::panda_file::SourceLang lang, in FindMethodInProfile()
61 …pProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] panda::panda_file::SourceLang lang, in DumpProfile()
Dprofiling-inl.h26 … [[maybe_unused]] PandaVM *vm, [[maybe_unused]] panda::panda_file::SourceLang lang) in ClearProfile()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicFunctionType.h27 Language lang) in ETSDynamicFunctionType()
33 explicit ETSDynamicFunctionType(util::StringView name, ArenaAllocator *allocator, Language lang) in ETSDynamicFunctionType()
DetsDynamicType.h25 … ir::AstNode *declNode, ETSObjectFlags flags, Language lang, bool hasDecl) in ETSDynamicType()
/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/
Ddefault_inspector_extension.h24 explicit StaticDefaultInspectorExtension(panda_file::SourceLang lang) : lang_(lang) {} in StaticDefaultInspectorExtension()
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp90 Class::Class(const uint8_t *descriptor, panda_file::SourceLang lang, uint32_t vtableSize, uint32_t … in Class()
161 size_t Class::GetClassObjectSizeFromClass(Class *cls, panda_file::SourceLang lang) in GetClassObjectSizeFromClass()
Dclass_linker_context.h35 explicit ClassLinkerContext(panda_file::SourceLang lang) : lang_(lang) {} in ClassLinkerContext()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h217 bool HasExtension(panda_file::SourceLang lang) in HasExtension()
231 ClassLinkerExtension *GetExtension(panda_file::SourceLang lang) in GetExtension()
245 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/templates/
Dcommon.rb85 def lang_field_name(lang) argument
89 def lang_camel_name(lang) argument
/arkcompiler/runtime_core/static_core/templates/
Dcommon.rb85 def lang_field_name(lang) argument
89 def lang_camel_name(lang) argument
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto41 uint32 lang = 1; field
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.h63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h46 bool declare, Language lang) in ScriptFunction()
57 ir::ModifierFlags flags, bool declare, Language lang) in ScriptFunction()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp254 … const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction()
339 auto lang = cda.GetSourceLang().value_or(SourceLanguage::PANDA_ASSEMBLY); in OptimizePandaFile() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp27 bool IsDynamicLanguage(panda::panda_file::SourceLang lang) in IsDynamicLanguage()
32 std::optional<panda::panda_file::SourceLang> LanguageFromString(std::string_view lang) in LanguageFromString()
40 const char *LanguageToString(panda::panda_file::SourceLang lang) in LanguageToString()
48 const char *GetCtorName([[maybe_unused]] panda::panda_file::SourceLang lang) in GetCtorName()
53 const char *GetCctorName([[maybe_unused]] panda::panda_file::SourceLang lang) in GetCctorName()
58 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor()
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test_extension.h30 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp133 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsInterfaceDeclaration.h37 bool isExternal, Language lang) in TSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h98 Language lang; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp86 Language lang) in CreateDynamicCallIntrinsic()
163 Language lang, bool isConstruct) in ResolveDynamicCallExpression()
276 …ck *ETSChecker::CreateDynamicCallClassInitializer(varbinder::ClassScope *classScope, Language lang, in CreateDynamicCallClassInitializer()
361 auto lang = entry.first; in BuildDynamicCallClass() local
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp181 auto lang = method->GetClass()->GetSourceLang(); in Verify() local

123