Home
last modified time | relevance | path

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

12345

/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_runtime/test/fuzztest/jsvaluerefbooleavalue_fuzzer/
Djsvaluerefbooleavalue_fuzzer.cpp36 Local<JSValueRef> tag = JSValueRef::False(vm); in BooleaValueFuzztest() local
39 Local<JSValueRef> tag = JSValueRef::True(vm); in BooleaValueFuzztest() local
/arkcompiler/runtime_core/static_core/verification/util/
Denum_tag.h59 static Enum GetValueFor(size_t tag) in GetValueFor()
83 static Enum GetValueFor(size_t tag) in GetValueFor()
Dint_tag.h41 static Int GetValueFor(size_t tag) in GetValueFor()
/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/static_core/runtime/
Dtiming.h89 void NewSection(std::string_view tag) in NewSection()
122 ScopedTiming(std::string_view tag, Timing &timing) : timing_(timing) in ScopedTiming()
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h143 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue()
160 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues()
176 inline bool EnumerateTaggedValuesWithEarlyStop(Span<const uint8_t> sp, E tag, Callback cb) in EnumerateTaggedValuesWithEarlyStop()
Dclass_data_accessor.cpp40 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
Dfield_data_accessor.cpp51 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
Dliteral_data_accessor-inl.h47 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DswitchBuilder.h57 void CompileTagOfSwitch(const VReg tag) in CompileTagOfSwitch()
73 void JumpIfCase(const VReg tag, const uint32_t index) in JumpIfCase()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dvisualizer_printer.cpp32 void VisualizerPrinter::PrintBeginTag(const char *tag) in PrintBeginTag()
38 void VisualizerPrinter::PrintEndTag(const char *tag) in PrintEndTag()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp45 int64 tag = ReadNum(); in ImportFuncIdInfo() local
62 int64 tag = ReadNum(); in ImportLocalSymbol() local
98 int64 tag = ReadNum(); in ImportPreg() local
119 int64 tag = ReadNum(); in ImportLabel() local
136 int64 tag = ReadNum(); in ImportLocalTypeNameTable() local
148 auto tag = ReadNum(); in ImportFormalsStIdx() local
158 int64 tag = ReadNum(); in ImportAliasMap() local
440 int64 tag = ReadNum(); in ImportReturnValues() local
466 int64 tag = ReadNum(); in ImportBlockNode() local
Dbin_mpl_import.cpp108 int64 tag = ReadNum(); in ImportConst() local
218 int64 tag = ReadNum(); in ImportStr() local
236 int64 tag = ReadNum(); in ImportUsrStr() local
301 int64 tag = ReadNum(); in ImportFieldPair() local
568 int64 tag = ReadNum(); in ImportType() local
747 int64 tag = ReadNum(); in ImportTypeNonJava() local
976 int64 tag = ReadNum(); in InSymbol() local
1034 int64 tag = ReadNum(); in ImportFunction() local
1155 int64 tag = 0; in ReadStrField() local
1215 int32 tag = static_cast<int32>(ReadNum()); in ReadHeaderField() local
[all …]
/arkcompiler/runtime_core/libpandafile/
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()
Dclass_data_accessor.cpp42 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
Dfield_data_accessor.cpp52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
/arkcompiler/ets_runtime/test/fuzztest/proxyrefisrevoked_fuzzer/
Dproxyrefisrevoked_fuzzer.cpp34 Local<ProxyRef> tag = ProxyRef::New(vm); in ProxyRefIsRevokedFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefwithinint32_fuzzer/
Djsvaluerefwithinint32_fuzzer.cpp35 Local<JSValueRef> tag = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefWithinInt32FuzzTest() local
/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.cpp52 … &methodId, &kind, &constpool, &entryPoint](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
162 (const LiteralValue &value, const LiteralTag &tag) { in EnumerateLiteralVals()
318 …da.EnumerateLiteralVals(index, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()
338 … lda.EnumerateLiteralVals(id, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()
373 …hodId, &kind, &constpool, &entry, &isLoadedAOT](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
478 (const LiteralValue &value, const LiteralTag &tag) { in GetDatasIgnoreType()
/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/ets_frontend/ets2panda/ir/expressions/
DtaggedTemplateExpression.h33 …explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, TSTypeParameterInstanti… in TaggedTemplateExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h59 … explicit Literal(LiteralTag tag, const util::StringView &str) : tag_(tag), value_(str.Mutf8()) {} in Literal()
128 explicit Literal(LiteralTag tag) : tag_(tag) {} in Literal()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.h37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression()

12345