/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
D | taggedLiteral.h | 34 explicit TaggedLiteral(LiteralTag tag) : Literal(AstNodeType::TAGGED_LITERAL), tag_(tag) {} in TaggedLiteral() 35 explicit TaggedLiteral(LiteralTag tag, util::StringView str) in TaggedLiteral() 40 explicit TaggedLiteral(LiteralTag tag, uint16_t num) in TaggedLiteral()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | switchBuilder.cpp | 46 void SwitchBuilder::CompileTagOfSwitch(VReg tag) in CompileTagOfSwitch() 59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase()
|
/arkcompiler/runtime_core/libpandafile/ |
D | class_data_accessor.cpp | 42 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
|
D | helpers.h | 181 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue() 202 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues() 218 inline bool EnumerateTaggedValuesWithEarlyStop(Span<const uint8_t> sp, E tag, Callback cb) in EnumerateTaggedValuesWithEarlyStop()
|
D | field_data_accessor.cpp | 52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
|
D | literal_data_accessor-inl.h | 52 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/subclassThisTypeAssignable02/ |
D | tile1.ts | 27 tag: Component<Attrs, State>; property
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | taggedTemplateExpression.h | 37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | os.cpp | 44 …ybe_unused]] const void *ptr, [[maybe_unused]] const size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.cpp | 79 [this, &jsPandaFile, &isFirst](const LiteralValue &value, const LiteralTag &tag) { in ProcessTypeLiteral() 188 [this, &isFirstIndex, &jsPandaFile](const LiteralValue &value, const LiteralTag &tag) { in ProcessTypeSummary() 246 lda.EnumerateLiteralVals(annoId, [this](const LiteralValue &value, const LiteralTag &tag) { in ProcessTypeAnnotation() 344 …umerateLiteralVals(annoId, [this, &jsPandaFile](const LiteralValue &value, const LiteralTag &tag) { in ProcessExportTable()
|
D | literal_data_extractor.cpp | 51 … &methodId, &kind, &constpool, &entryPoint](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas() 150 (const LiteralValue &value, const LiteralTag &tag) { in EnumerateLiteralVals() 253 …da.EnumerateLiteralVals(index, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets() 271 … lda.EnumerateLiteralVals(id, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets() 304 …hodId, &kind, &constpool, &entry, &isLoadedAOT](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas() 397 (const LiteralValue &value, const LiteralTag &tag) { in GetDatasIgnoreType()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
D | os.cpp | 50 …maybe_unused]] const void *p, [[maybe_unused]] const size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
D | os.cpp | 50 int PrctlSetVMA(const void *p, const size_t size, const char *tag) in PrctlSetVMA()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | locale_helper.cpp | 68 JSHandle<EcmaString> tag = JSHandle<EcmaString>::Cast(locales); in CanonicalizeLocaleList() local 76 JSHandle<EcmaString> tag = JSLocale::ToString(thread, JSHandle<JSLocale>::Cast(locales)); in CanonicalizeLocaleList() local 108 JSMutableHandle<JSTaggedValue> tag(thread, JSTaggedValue::Undefined()); in CanonicalizeHelper() local 243 std::string tag = "-"; in ToLanguageTag() local 256 bool LocaleHelper::IsStructurallyValidLanguageTag(const JSHandle<EcmaString> &tag) in IsStructurallyValidLanguageTag()
|
/arkcompiler/runtime_core/libpandabase/templates/ |
D | logger.rb | 21 attr_reader :tag accessor in Level
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyLiterals.proto | 41 uint32 tag = 1; // LiteralTag field
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericTypeAliases.ts | 153 tag: string; property
|
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/ |
D | containersprivatecommon_fuzzer.h | 49 …oid ContainersPrivateCommonFuzzTest([[maybe_unused]] const uint8_t* data, size_t size, uint8_t tag) in ContainersPrivateCommonFuzzTest()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | alloc_tracker_test.cpp | 29 uint32_t tag = 0; member 37 uint32_t tag = 0; member
|
/arkcompiler/toolchain/inspector/ |
D | log_wrapper.cpp | 43 const char* tag = "ArkCompiler"; variable
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_test_helper.h | 80 const panda_file::LiteralTag tag, in AddTagValue()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 346 uint8_t tag = JSTaggedValue::ToUint8(thread, value); in HandleWithUint8() local 367 int8_t tag = JSTaggedValue::ToInt8(thread, value); in HandleWithInt8() local 388 uint16_t tag = JSTaggedValue::ToUint16(thread, value); in HandleWithUint16() local 409 int16_t tag = JSTaggedValue::ToInt16(thread, value); in HandleWithInt16() local 430 uint32_t tag = JSTaggedValue::ToUint32(thread, value); in HandleWithUint32() local 451 int32_t tag = JSTaggedValue::ToInt32(thread, value); in HandleWithInt32() local
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | switchStatement.cpp | 47 compiler::VReg tag = pg->AllocReg(); in Compile() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | log.cpp | 245 const char *tag = "ArkCompiler"; variable
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | map.cpp | 79 const char *tag = GetPageTagString(type); in PageTag() local
|