Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_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/runtime_core/runtime/interpreter/
Dinterpreter_impl.cpp39 [[maybe_unused]] auto lang = thread->GetVM()->GetLanguageContext().GetLanguage(); in ExecuteImpl() local
/arkcompiler/runtime_core/irtoc/backend/
Dcompilation_unit.h100 void SetLanguage(compiler::SourceLanguage lang) in SetLanguage()
/arkcompiler/runtime_core/runtime/include/
Dclass_linker.h213 bool HasExtension(panda_file::SourceLang lang) in HasExtension()
227 ClassLinkerExtension *GetExtension(panda_file::SourceLang lang) in GetExtension()
Dhclass.h41 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass()
Dclass_linker_extension.h33 explicit ClassLinkerExtension(panda_file::SourceLang lang) : lang_(lang), boot_context_(this) {} in ClassLinkerExtension()
Dclass.h44 explicit BaseClass(panda_file::SourceLang lang) : lang_(lang) {} in BaseClass()
86 void SetSourceLang(panda_file::SourceLang lang) in SetSourceLang()
Druntime.h456 std::optional<panda_file::SourceLang> lang; member
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_settings.cpp23 GCSettings::GCSettings(const RuntimeOptions &options, panda_file::SourceLang lang) in GCSettings()
Dgc_trigger.cpp31 GCTriggerConfig::GCTriggerConfig(const RuntimeOptions &options, panda_file::SourceLang lang) in GCTriggerConfig()
/arkcompiler/runtime_core/runtime/
Dclass.cpp91 Class::Class(const uint8_t *descriptor, panda_file::SourceLang lang, uint32_t vtable_size, uint32_t… in Class()
Dclass_linker_context.h35 explicit ClassLinkerContext(panda_file::SourceLang lang) : lang_(lang) {} in ClassLinkerContext()
Druntime.cpp184 LanguageContext Runtime::GetLanguageContext(panda_file::SourceLang lang) in GetLanguageContext()
610 mem::GCType Runtime::GetGCType(const RuntimeOptions &options, panda_file::SourceLang lang) in GetGCType()
Dclass_linker.cpp134 void ClassLinker::ResetExtension(panda_file::SourceLang lang) in ResetExtension()
865 …nker::LoadClass(const panda_file::File *pf, const uint8_t *descriptor, panda_file::SourceLang lang) in LoadClass()
1252 auto lang = class_data_accessor.GetSourceLang(); in GetMethod() local
/arkcompiler/runtime_core/verification/absint/
Dpanda_types.h273 const Type &Object(panda::panda_file::SourceLang lang) const in Object()
277 const Type &Class(panda::panda_file::SourceLang lang) const in Class()
281 const Type &Throwable(panda::panda_file::SourceLang lang) const in Throwable()
Dpanda_types.cpp388 for (panda::panda_file::SourceLang lang : panda::panda_file::LANG_ITERATOR) { local
Dabsint.cpp231 auto lang = verifCtx.GetJob().JobCachedMethod().GetSourceLang(); in ComputeRegContext() 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/runtime/tests/
Dclass_linker_test_extension.h27 ClassLinkerTestExtension(ManagedThread *thread, panda_file::SourceLang lang) in ClassLinkerTestExtension()
Drem_set_test.cpp65 … auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in Init() local
Dregion_allocator_test.cpp60 … auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in RegionAllocatorTestBase() local
799 auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
830 auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
852 auto lang = Runtime::GetCurrent()->GetLanguageContext(panda_file::SourceLang::PANDA_ASSEMBLY); in TEST_F() local
/arkcompiler/runtime_core/runtime/methodtrace/
Dtrace.cpp116 panda_file::SourceLang lang = panda::plugins::RuntimeTypeToLang(Runtime::GetRuntimeType()); in StartTracing() local
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h269 panda_file::SourceLang lang = panda_file::SourceLang::PANDA_ASSEMBLY; in IsConstructor() local

12