/ark/runtime_core/runtime/ |
D | timing.h | 88 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/ |
D | tagged_index.h | 45 TaggedIndex(Tag tag, Int val) in TaggedIndex() 74 void SetTag(Tag tag) in SetTag()
|
/ark/runtime_core/libpandafile/ |
D | class_data_accessor.cpp | 46 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
|
D | helpers.h | 90 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()
|
D | field_data_accessor.cpp | 51 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
|
D | literal_data_accessor-inl.h | 43 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
|
D | file_items.cpp | 29 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/ |
D | bridge.h | 32 int64_t tag; // NOLINT(misc-non-private-member-variables-in-classes) member
|
/ark/runtime_core/runtime/include/ |
D | value.h | 50 Value(int64_t value, int64_t tag) : value_(DecodedTaggedValue(value, tag)) {} in Value()
|
D | language_context.h | 132 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/ |
D | literal_data_extractor.cpp | 49 (const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas() 133 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetDatasIgnoreType()
|
D | ecma_language_context.h | 59 uint64_t GetTypeTag([[maybe_unused]] interpreter::TypeTag tag) const override in GetTypeTag() 75 [[maybe_unused]] int64_t tag) const override in GetEncodedTaggedValue()
|
D | js_locale.cpp | 28 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/ |
D | alloc_tracker_test.cpp | 29 uint32_t tag = 0; member 37 uint32_t tag = 0; member
|
/ark/runtime_core/runtime/interpreter/arch/aarch64/ |
D | global_regs.h | 64 ALWAYS_INLINE inline void SetAccTag(uint64_t tag) in SetAccTag()
|
/ark/runtime_core/isa/ |
D | schema.json | 28 "tag": { object 43 "tag": { object 58 "tag": { object
|
/ark/runtime_core/libpandabase/os/ |
D | native_stack.cpp | 31 …ck([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]] const char *tag, in DumpKernelStack()
|
/ark/runtime_core/runtime/interpreter/ |
D | frame.h | 40 ALWAYS_INLINE inline VRegister(int64_t v, uint64_t tag) in VRegister() 56 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag()
|
D | vregister.h | 91 ALWAYS_INLINE inline void SetTag(uint64_t tag) in SetTag()
|
/ark/js_runtime/ecmascript/napi/test/ |
D | jsi_test.cpp | 65 int PrintLog([[maybe_unused]] int id, [[maybe_unused]] int level, const char *tag, [[maybe_unused]]… in PrintLog()
|
/ark/runtime_core/runtime/core/ |
D | core_language_context.h | 221 [[maybe_unused]] int64_t tag) const override in GetEncodedTaggedValue()
|
/ark/runtime_core/libpandabase/os/unix/ |
D | native_stack.cpp | 53 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack()
|
D | mem.cpp | 236 [[maybe_unused]] const char *tag) in TagAnonymousMemory()
|
/ark/js_runtime/ecmascript/containers/ |
D | containers_private.cpp | 41 uint32_t tag = 0; in Load() local 192 JSHandle<JSTaggedValue> tag(factory->NewFromString(key)); in SetStringTagSymbol() local
|
/ark/runtime_core/libpandabase/mem/ |
D | alloc_tracker.cpp | 167 uint32_t tag = *reinterpret_cast<uint32_t *>(ptr + pos); in Dump() local
|