Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 50) 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/runtime_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/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/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.cpp41 ClassTag tag = ClassTag::NOTHING; in ClassDataAccessor() local
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/runtime_core/runtime/bridge/
Dbridge.h32 int64_t tag; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp56 (const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
173 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in EnumerateLiteralVals()
286 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()
309 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()
348 (const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
447 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetDatasIgnoreType()
535 (const panda_file::LiteralDataAccessor::LiteralValue &value, const LiteralTag &tag) { in GetTypeLiteral()
/arkcompiler/runtime_core/runtime/include/
Dvalue.h55 Value(int64_t value, int64_t tag) : value_(DecodedTaggedValue(value, tag)) {} in Value()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.h37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dos.cpp44 …lSetVMA([[maybe_unused]] void *ptr, [[maybe_unused]] size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp50 int PrctlSetVMA(void *p, size_t size, const char *tag) in PrctlSetVMA()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp50 …ctlSetVMA([[maybe_unused]] void *p, [[maybe_unused]] size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.rb21 attr_reader :tag accessor in Level
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp29 uint32_t tag = 0; member
37 uint32_t tag = 0; member
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto41 uint32 tag = 1; // LiteralTag field
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h49 static void ContainersPrivateCommonFuzzTest(const uint8_t* data, size_t size, uint8_t tag) in ContainersPrivateCommonFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp144 const char *tag = "ArkCompiler"; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp339 uint8_t tag = JSTaggedValue::ToUint8(thread, value); in HandleWithUint8() local
359 int8_t tag = JSTaggedValue::ToInt8(thread, value); in HandleWithInt8() local
379 uint16_t tag = JSTaggedValue::ToUint16(thread, value); in HandleWithUint16() local
399 int16_t tag = JSTaggedValue::ToInt16(thread, value); in HandleWithInt16() local
419 uint32_t tag = JSTaggedValue::ToUint32(thread, value); in HandleWithUint32() local
439 int32_t tag = JSTaggedValue::ToInt32(thread, value); in HandleWithInt32() local
/arkcompiler/runtime_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h64 ALWAYS_INLINE inline void SetAccTag(int64_t tag) in SetAccTag()
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp42 const char* tag = "ArkCompiler"; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h80 const panda_file::LiteralTag tag, in AddTagValue()

12