| /arkcompiler/toolchain/build/third_party_gn/libuv/src/ |
| H A D | trace_ohos.c | 18 void uv_start_trace(uint64_t tag, const char* name) {} in uv_start_trace() argument 19 void uv_end_trace(uint64_t tag) { in uv_start_trace() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | class_data_accessor.cpp | 42 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
|
| H A D | field_data_accessor.cpp | 52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
|
| H A D | literal_data_accessor-inl.h | 52 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | class_data_accessor.cpp | 40 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
|
| H A D | literal_data_accessor-inl.h | 48 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
|
| H A D | field_data_accessor.cpp | 50 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
|
| /arkcompiler/ets_runtime/test/fuzztest/proxyrefisrevoked_fuzzer/ |
| H A D | proxyrefisrevoked_fuzzer.cpp | 34 Local<ProxyRef> tag = ProxyRef::New(vm); in ProxyRefIsRevokedFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefwithinint32_fuzzer/ |
| H A D | jsvaluerefwithinint32_fuzzer.cpp | 35 Local<JSValueRef> tag = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefWithinInt32FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvalueref_fuzzer/ |
| H A D | jsvalueref_fuzzer.cpp | 47 Local<JSValueRef> tag = BooleanRef::New(vm, false); in JSValueRefIsBooleanFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefbooleavalue_fuzzer/ |
| H A D | jsvaluerefbooleavalue_fuzzer.cpp | 36 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/ |
| H A D | enum_tag.h | 59 static Enum GetValueFor(size_t tag) in GetValueFor() argument 83 static Enum GetValueFor(size_t tag) in GetValueFor() argument
|
| H A D | int_tag.h | 42 static Int GetValueFor(size_t tag) in GetValueFor() argument
|
| H A D | mem.h | 85 ALWAYS_INLINE inline uintptr_t ConstructWithTag(int tag, uintptr_t v) in ConstructWithTag() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | taggedTemplateExpression.h | 33 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression() argument
|
| H A D | sequenceExpression.cpp | 26 SequenceExpression::SequenceExpression([[maybe_unused]] Tag const tag, SequenceExpression const &other, in SequenceExpression() argument
|
| H A D | newExpression.cpp | 26 NewExpression::NewExpression([[maybe_unused]] Tag const tag, NewExpression const &other, in NewExpression() argument
|
| H A D | taggedTemplateExpression.cpp | 95 auto *const tag = tag_ != nullptr ? tag_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscorrect_fuzzer/ |
| H A D | jsvaluerefiscorrect_fuzzer.cpp | 91 Local<JSValueRef> tag = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefIsUndefinedFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsTypeParameterInstantiation.cpp | 28 TSTypeParameterInstantiation::TSTypeParameterInstantiation([[maybe_unused]] Tag const tag, in TSTypeParameterInstantiation() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | taggedTemplateExpressionBuilder.h | 29 TaggedTemplateExpressionBuilder &SetTag(Expression *tag) in SetTag() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | taggedLiteral.h | 34 explicit TaggedLiteral(LiteralTag tag) : Literal(AstNodeType::TAGGED_LITERAL), tag_(tag) {} in TaggedLiteral() argument 35 explicit TaggedLiteral(LiteralTag tag, util::StringView str) in TaggedLiteral() argument 40 explicit TaggedLiteral(LiteralTag tag, uint16_t num) in TaggedLiteral() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | switchBuilder.cpp | 46 void SwitchBuilder::CompileTagOfSwitch(VReg tag) in CompileTagOfSwitch() argument 59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | taggedTemplateExpression.h | 37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression() argument
|
| /arkcompiler/toolchain/common/ |
| H A D | log_wrapper.cpp | 43 const char* tag = "ArkCompiler"; member 51 __android_log_vprint(static_cast<int>(level), tag, formatted.c_str(), args); in PrintLog() local
|