| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling-disasm-inl.h | 26 … [[maybe_unused]] ark::panda_file::SourceLang lang) in ReadProfile() 37 …ofile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang) in DestroyProfile() 48 [[maybe_unused]] ark::panda_file::SourceLang lang, in FindMethodInProfile() 60 …umpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::SourceLang lang, in DumpProfile()
|
| D | profiling-inl.h | 26 … [[maybe_unused]] PandaVM *vm, [[maybe_unused]] ark::panda_file::SourceLang lang) in ClearProfile()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsDynamicFunctionType.h | 27 Language lang) in ETSDynamicFunctionType() 33 explicit ETSDynamicFunctionType(util::StringView name, ArenaAllocator *allocator, Language lang) in ETSDynamicFunctionType()
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | service.cpp | 44 TaskProcessor *VerifierService::GetProcessor(SourceLang lang) in GetProcessor() 67 auto lang = processor->GetLang(); in ReleaseProcessor() local
|
| D | service.h | 55 SourceLang lang; member 73 …explicit TaskProcessor(VerifierService *service, SourceLang lang) : service_ {service}, lang_ {lan… in TaskProcessor()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | default_inspector_extension.h | 24 explicit StaticDefaultInspectorExtension(panda_file::SourceLang lang) : lang_(lang) {} in StaticDefaultInspectorExtension()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class.cpp | 91 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()
|
| D | class_linker_context.h | 35 explicit ClassLinkerContext(panda_file::SourceLang lang) : lang_(lang) {} in ClassLinkerContext()
|
| /arkcompiler/runtime_core/static_core/templates/ |
| D | common.rb | 85 def lang_field_name(lang) argument 89 def lang_camel_name(lang) argument
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 85 def lang_field_name(lang) argument 89 def lang_camel_name(lang) argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class_linker.h | 220 bool HasExtension(panda_file::SourceLang lang) in HasExtension() 234 ClassLinkerExtension *GetExtension(panda_file::SourceLang lang) in GetExtension() 248 size_t GetClassObjectSize(Class *cls, panda_file::SourceLang lang) in GetClassObjectSize()
|
| D | hclass.h | 42 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass()
|
| D | class_linker_extension.h | 33 explicit ClassLinkerExtension(panda_file::SourceLang lang) : lang_(lang), bootContext_(this) {} in ClassLinkerExtension()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsImportSource.h | 29 …rtSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang, bool hasDecl) in ImportSource()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | importPathManager.h | 32 Language lang; member
|
| D | arktsconfig.h | 63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyProgram.proto | 41 uint32 lang = 1; field
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_items_test.cpp | 70 panda::panda_file::SourceLang lang = panda::panda_file::SourceLang::ECMASCRIPT; variable
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 254 … const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction() 342 auto lang = cda.GetSourceLang().value_or(SourceLanguage::PANDA_ASSEMBLY); in OptimizePandaFile() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-type.cpp | 117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 27 bool IsDynamicLanguage(panda::panda_file::SourceLang lang) in IsDynamicLanguage() 32 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() 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/static_core/runtime/tests/ |
| D | class_linker_test_extension.h | 30 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-type.cpp | 134 bool Type::IsStringType(const std::string &name, ark::panda_file::SourceLang lang) in IsStringType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | dynamic.cpp | 99 Language lang) in CreateDynamicCallIntrinsic() 174 Language lang, bool isConstruct) in ResolveDynamicCallExpression() 314 ir::ClassStaticBlock *ETSChecker::CreateDynamicCallClassInitializer(Language lang, bool isConstruct) in CreateDynamicCallClassInitializer() 399 ir::ClassDeclaration *ETSChecker::GetDynamicClass(Language lang, bool isConstruct) in GetDynamicClass()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 272 auto lang = import->Language(); in LoadDynamicModuleVariable() local 480 auto const lang = GetVRegType(objReg)->AsETSDynamicType()->Language(); in StorePropertyDynamic() local 528 auto const lang = GetVRegType(objReg)->AsETSDynamicType()->Language(); in LoadPropertyDynamic() local 574 auto const lang = GetVRegType(objectReg)->AsETSDynamicType()->Language(); in StoreElementDynamic() local 589 auto const lang = GetVRegType(objectReg)->AsETSDynamicType()->Language(); in LoadElementDynamic() local 602 void ETSGen::LoadUndefinedDynamic(const ir::AstNode *node, Language lang) in LoadUndefinedDynamic() 714 Language lang = rhsType->AsETSDynamicType()->Language(); in IsInstanceDynamic() local 1769 auto lang = GetAccumulatorType()->AsETSDynamicType()->Language(); in CastDynamicToObject() local
|