Home
last modified time | relevance | path

Searched defs:lang (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-inl.h25 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 Dprofiling-disasm-inl.h37 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 Ddefault_inspector_extension.h24 explicit StaticDefaultInspectorExtension(panda_file::SourceLang lang) : lang_(lang) {} in StaticDefaultInspectorExtension() argument
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Dservice.cpp44 TaskProcessor *VerifierService::GetProcessor(SourceLang lang) in GetProcessor() argument
67 auto lang = processor->GetLang(); in ReleaseProcessor() local
H A Dservice.h55 SourceLang lang; member
73 explicit TaskProcessor(VerifierService *service, SourceLang lang) : service_ {service}, lang_ {lang} {}; in TaskProcessor() argument
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_items_test.cpp70 panda::panda_file::SourceLang lang = panda::panda_file::SourceLang::ECMASCRIPT; in HWTEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test_extension.h30 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension() argument
H A Drem_set_test.cpp69 auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in Init() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.h42 NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, ModifierFlags flags, Language lang) NamespaceDefinition() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsImportSource.h29 explicit ImportSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang, bool hasDecl) in ImportSource() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsDynamicFunctionType.h41 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 Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-type.cpp134 bool Type::IsStringType(const std::string &name, ark::panda_file::SourceLang lang) in IsStringType() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.h63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData() argument
H A DimportPathManager.h41 Language lang; member
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass.cpp91 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 Dclass_linker_context.h35 explicit ClassLinkerContext(panda_file::SourceLang lang) : lang_(lang) {} in ClassLinkerContext() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhclass.h42 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass() argument
H A Dclass_linker_extension.h33 explicit ClassLinkerExtension(panda_file::SourceLang lang) : lang_(lang), bootContext_(this) {} in ClassLinkerExtension() argument
/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp194 auto lang = method->GetClass()->GetSourceLang(); in Verify() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsInterfaceDeclaration.h41 es2panda::Language lang; member
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp342 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 Dfunction.h223 void SetLanguage(SourceLanguage lang) in SetLanguage() argument
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp116 panda_file::SourceLang lang = ark::plugins::RuntimeTypeToLang(Runtime::GetRuntimeType()); in StartTracing() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_trigger.cpp31 GCTriggerConfig::GCTriggerConfig(const RuntimeOptions &options, panda_file::SourceLang lang) in GCTriggerConfig() argument

Completed in 10 milliseconds

12