Home
last modified time | relevance | path

Searched defs:language (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/docs/
Dirtoc.md33 ### Pseudo instructions
39 ### Data flow
52 ### Control flow
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dlet_declaration.ts18 let language: string = 'Chinese'; variable
21 let language: string = 'English'; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir-dyn-base-types.h26 … [[maybe_unused]] panda::compiler::SourceLanguage language) in NumericDataTypeToAnyType()
42 inline AnyBaseType GetAnyStringType([[maybe_unused]] panda::compiler::SourceLanguage language) in GetAnyStringType()
57 … [[maybe_unused]] panda::compiler::SourceLanguage language) in IsAnyTypeCanBeSubtypeOf()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_mangling_test.cpp38 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
72 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dmangling_tests.cpp26 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
46 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
Dassembler_ins_test.cpp236 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dassembler_parser_test.cpp554 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
899 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
966 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
1075 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
1716 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
2342 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dparser_test.cpp341 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
763 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
794 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
853 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
952 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
1819 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
2219 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
2249 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
4002 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
4076 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
[all …]
Demitter_test.cpp427 TEST(emittertests, language) in TEST() argument
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString() local
79 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto27 uint32 language = 3; field
DassemblyFunction.proto62 uint32 language = 2; field
/arkcompiler/runtime_core/assembler/
Dassembly-record.h33 panda::panda_file::SourceLang language; member
Dasm_metadata.rb61 def language method
Dassembly-function.h73 panda::panda_file::SourceLang language; member
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h167 std::string language = locale.getLanguage(); in ValidateOtherTags() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h143 JSHandle<JSTaggedValue> language; member
443 std::string language = locale.getLanguage(); in ValidateOtherTags() local
Djs_locale.cpp783 …ags(const JSHandle<EcmaString> &tag, icu::LocaleBuilder *builder, JSHandle<JSTaggedValue> language, in BuildOptionsTags()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp310 CString language = locale->GetIcuLocale()->getLanguage(); in GetLanguage() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp380 auto language = GetRecordLanguage(record_id); in GetRecords() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js6540 language: __getCurrentLanguage(), property