| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| H A D | profiling-inl.h | 25 ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, [[maybe_unused]] PandaVM *vm, [[maybe_unused]] ark::panda_file::SourceLang lang) ClearProfile() argument
|
| H A D | profiling-disasm-inl.h | 37 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang) in DestroyProfile() argument 60 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::SourceLang lang, in DumpProfile() argument 25 ReadProfile([[maybe_unused]] std::istream &stm, [[maybe_unused]] ark::panda_file::SourceLang lang) ReadProfile() argument 47 FindMethodInProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang, [[maybe_unused]] const std::string &methodName) FindMethodInProfile() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | default_inspector_extension.h | 24 explicit StaticDefaultInspectorExtension(panda_file::SourceLang lang) : lang_(lang) {} in StaticDefaultInspectorExtension() argument
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| H A D | service.cpp | 44 TaskProcessor *VerifierService::GetProcessor(SourceLang lang) in GetProcessor() argument 67 auto lang = processor->GetLang(); in ReleaseProcessor() local
|
| H A D | service.h | 55 SourceLang lang; member 73 explicit TaskProcessor(VerifierService *service, SourceLang lang) : service_ {service}, lang_ {lang} {}; in TaskProcessor() argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_items_test.cpp | 70 panda::panda_file::SourceLang lang = panda::panda_file::SourceLang::ECMASCRIPT; in HWTEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | class_linker_test_extension.h | 30 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension() argument
|
| H A D | rem_set_test.cpp | 69 auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in Init() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | namespaceDefinition.h | 42 NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, ModifierFlags flags, Language lang) NamespaceDefinition() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsImportSource.h | 29 explicit ImportSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang, bool hasDecl) in ImportSource() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsDynamicFunctionType.h | 41 explicit ETSDynamicFunctionType(util::StringView name, ArenaAllocator *allocator, Language lang) in ETSDynamicFunctionType() argument 27 ETSDynamicFunctionType(ETSChecker *checker, util::StringView name, ArenaVector<Signature *> &&signatures, Language lang) ETSDynamicFunctionType() argument 34 ETSDynamicFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator, Language lang) ETSDynamicFunctionType() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-type.cpp | 117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-type.cpp | 134 bool Type::IsStringType(const std::string &name, ark::panda_file::SourceLang lang) in IsStringType() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | arktsconfig.h | 63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData() argument
|
| H A D | importPathManager.h | 41 Language lang; member
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class.cpp | 91 Class::Class(const uint8_t *descriptor, panda_file::SourceLang lang, uint32_t vtableSize, uint32_t imtSize, in Class() argument 162 size_t Class::GetClassObjectSizeFromClass(Class *cls, panda_file::SourceLang lang) in GetClassObjectSizeFromClass() argument
|
| H A D | class_linker_context.h | 35 explicit ClassLinkerContext(panda_file::SourceLang lang) : lang_(lang) {} in ClassLinkerContext() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | hclass.h | 42 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass() argument
|
| H A D | class_linker_extension.h | 33 explicit ClassLinkerExtension(panda_file::SourceLang lang) : lang_(lang), bootContext_(this) {} in ClassLinkerExtension() argument
|
| /arkcompiler/runtime_core/static_core/verification/ |
| H A D | public.cpp | 194 auto lang = method->GetClass()->GetSourceLang(); in Verify() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsInterfaceDeclaration.h | 41 es2panda::Language lang; member
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 342 auto lang = cda.GetSourceLang().value_or(SourceLanguage::PANDA_ASSEMBLY); in OptimizePandaFile() local 253 OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) OptimizeFunction() argument
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | function.h | 223 void SetLanguage(SourceLanguage lang) in SetLanguage() argument
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 116 panda_file::SourceLang lang = ark::plugins::RuntimeTypeToLang(Runtime::GetRuntimeType()); in StartTracing() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_trigger.cpp | 31 GCTriggerConfig::GCTriggerConfig(const RuntimeOptions &options, panda_file::SourceLang lang) in GCTriggerConfig() argument
|