Home
last modified time | relevance | path

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

12

/ark/runtime_core/runtime/
Dtiming.h88 void NewSection(const std::string &tag) in NewSection()
121 ScopedTiming(const std::string &tag, Timing &timing) : timing_(timing) in ScopedTiming()
/ark/runtime_core/verification/util/
Dtagged_index.h45 TaggedIndex(Tag tag, Int val) in TaggedIndex()
74 void SetTag(Tag tag) in SetTag()
/ark/runtime_core/libpandafile/
Dclass_data_accessor.cpp46 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
Dhelpers.h90 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue()
107 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues()
Dfield_data_accessor.cpp51 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
Dliteral_data_accessor-inl.h43 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
Dfile_items.cpp29 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue()
43 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue()
57 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()
71 static bool WriteIdTaggedValue(Writer *writer, Tag tag, BaseItem *item) in WriteIdTaggedValue()
1309 for (auto tag : tags_) { in Write() local
/ark/runtime_core/runtime/bridge/
Dbridge.h32 int64_t tag; // NOLINT(misc-non-private-member-variables-in-classes) member
/ark/runtime_core/runtime/include/
Dvalue.h50 Value(int64_t value, int64_t tag) : value_(DecodedTaggedValue(value, tag)) {} in Value()
Dlanguage_context.h132 virtual uint64_t GetTypeTag(interpreter::TypeTag tag) const in GetTypeTag()
213 coretypes::TaggedValue GetEncodedTaggedValue(int64_t value, int64_t tag) const in GetEncodedTaggedValue()
440 uint64_t GetTypeTag(interpreter::TypeTag tag) const in GetTypeTag()
/ark/js_runtime/ecmascript/
Dliteral_data_extractor.cpp49 (const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
133 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetDatasIgnoreType()
Decma_language_context.h59 uint64_t GetTypeTag([[maybe_unused]] interpreter::TypeTag tag) const override in GetTypeTag()
75 [[maybe_unused]] int64_t tag) const override in GetEncodedTaggedValue()
Djs_locale.cpp28 bool JSLocale::IsStructurallyValidLanguageTag(const JSHandle<EcmaString> &tag) in IsStructurallyValidLanguageTag()
195 JSHandle<EcmaString> tag = JSHandle<EcmaString>::Cast(locales); in CanonicalizeLocaleList() local
202 JSHandle<EcmaString> tag = JSLocale::ToString(thread, JSHandle<JSLocale>::Cast(locales)); in CanonicalizeLocaleList() local
234 JSMutableHandle<JSTaggedValue> tag(thread, JSTaggedValue::Undefined()); in CanonicalizeHelper() local
519 std::string tag = "-"; in ToLanguageTag() local
792 JSHandle<EcmaString> tag = ToLanguageTag(thread, foundLocaleData); in ResolveLocale() local
1053 bool JSLocale::ApplyOptionsToTag(JSThread *thread, const JSHandle<EcmaString> &tag, const JSHandle<… in ApplyOptionsToTag()
1114 bool BuildOptionsTags(const JSHandle<EcmaString> &tag, icu::LocaleBuilder *builder, JSHandle<JSTagg… in BuildOptionsTags()
/ark/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp29 uint32_t tag = 0; member
37 uint32_t tag = 0; member
/ark/runtime_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h64 ALWAYS_INLINE inline void SetAccTag(uint64_t tag) in SetAccTag()
/ark/runtime_core/isa/
Dschema.json28 "tag": { object
43 "tag": { object
58 "tag": { object
/ark/runtime_core/libpandabase/os/
Dnative_stack.cpp31 …ck([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]] const char *tag, in DumpKernelStack()
/ark/runtime_core/runtime/interpreter/
Dframe.h40 ALWAYS_INLINE inline VRegister(int64_t v, uint64_t tag) in VRegister()
56 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag()
Dvregister.h91 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag()
/ark/js_runtime/ecmascript/napi/test/
Djsi_test.cpp65 int PrintLog([[maybe_unused]] int id, [[maybe_unused]] int level, const char *tag, [[maybe_unused]]… in PrintLog()
/ark/runtime_core/runtime/core/
Dcore_language_context.h221 [[maybe_unused]] int64_t tag) const override in GetEncodedTaggedValue()
/ark/runtime_core/libpandabase/os/unix/
Dnative_stack.cpp53 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack()
Dmem.cpp236 [[maybe_unused]] const char *tag) in TagAnonymousMemory()
/ark/js_runtime/ecmascript/containers/
Dcontainers_private.cpp41 uint32_t tag = 0; in Load() local
192 JSHandle<JSTaggedValue> tag(factory->NewFromString(key)); in SetStringTagSymbol() local
/ark/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp167 uint32_t tag = *reinterpret_cast<uint32_t *>(ptr + pos); in Dump() local

12