| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | taggedLiteral.h | 34 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/ |
| D | enum_tag.h | 59 static Enum GetValueFor(size_t tag) in GetValueFor() 83 static Enum GetValueFor(size_t tag) in GetValueFor()
|
| D | int_tag.h | 41 static Int GetValueFor(size_t tag) in GetValueFor()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | switchBuilder.cpp | 46 void SwitchBuilder::CompileTagOfSwitch(VReg tag) in CompileTagOfSwitch() 59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase()
|
| /arkcompiler/runtime_core/runtime/ |
| D | timing.h | 89 void NewSection(std::string_view tag) in NewSection() 122 ScopedTiming(std::string_view tag, Timing &timing) : timing_(timing) in ScopedTiming()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | helpers.h | 181 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()
|
| D | class_data_accessor.cpp | 41 ClassTag tag = ClassTag::NOTHING; in ClassDataAccessor() local
|
| D | field_data_accessor.cpp | 52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
|
| D | literal_data_accessor-inl.h | 52 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.h | 32 int64_t tag; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 56 (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/ |
| D | value.h | 55 Value(int64_t value, int64_t tag) : value_(DecodedTaggedValue(value, tag)) {} in Value()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | taggedTemplateExpression.h | 37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | os.cpp | 44 …lSetVMA([[maybe_unused]] void *ptr, [[maybe_unused]] size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | os.cpp | 50 int PrctlSetVMA(void *p, size_t size, const char *tag) in PrctlSetVMA()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | os.cpp | 50 …ctlSetVMA([[maybe_unused]] void *p, [[maybe_unused]] size_t size, [[maybe_unused]] const char *tag) in PrctlSetVMA()
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.rb | 21 attr_reader :tag accessor in Level
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | alloc_tracker_test.cpp | 29 uint32_t tag = 0; member 37 uint32_t tag = 0; member
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyLiterals.proto | 41 uint32 tag = 1; // LiteralTag field
|
| /arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/ |
| D | containersprivatecommon_fuzzer.h | 49 static void ContainersPrivateCommonFuzzTest(const uint8_t* data, size_t size, uint8_t tag) in ContainersPrivateCommonFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | log.cpp | 144 const char *tag = "ArkCompiler"; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 339 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/ |
| D | global_regs.h | 64 ALWAYS_INLINE inline void SetAccTag(int64_t tag) in SetAccTag()
|
| /arkcompiler/toolchain/inspector/ |
| D | log_wrapper.cpp | 42 const char* tag = "ArkCompiler"; variable
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_test_helper.h | 80 const panda_file::LiteralTag tag, in AddTagValue()
|