Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DtaggedLiteral.h34 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/
DswitchBuilder.cpp46 void SwitchBuilder::CompileTagOfSwitch(VReg tag) in CompileTagOfSwitch()
59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase()
/arkcompiler/runtime_core/libpandafile/
Dclass_data_accessor.cpp42 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
Dhelpers.h181 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()
Dfield_data_accessor.cpp52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
Dliteral_data_accessor-inl.h52 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/subclassThisTypeAssignable02/
Dtile1.ts27 tag: Component<Attrs, State>; property
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.h37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dos.cpp44 …ybe_unused]] const void *ptr, [[maybe_unused]] const size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp79 [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()
Dliteral_data_extractor.cpp51 … &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/
Dos.cpp50 …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/
Dos.cpp50 int PrctlSetVMA(const void *p, const size_t size, const char *tag) in PrctlSetVMA()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp68 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/
Dlogger.rb21 attr_reader :tag accessor in Level
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto41 uint32 tag = 1; // LiteralTag field
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericTypeAliases.ts153 tag: string; property
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h49 …oid ContainersPrivateCommonFuzzTest([[maybe_unused]] const uint8_t* data, size_t size, uint8_t tag) in ContainersPrivateCommonFuzzTest()
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp29 uint32_t tag = 0; member
37 uint32_t tag = 0; member
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp43 const char* tag = "ArkCompiler"; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h80 const panda_file::LiteralTag tag, in AddTagValue()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp346 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/
DswitchStatement.cpp47 compiler::VReg tag = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp245 const char *tag = "ArkCompiler"; variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp79 const char *tag = GetPageTagString(type); in PageTag() local

12