Home
last modified time | relevance | path

Searched defs:tag (Results 1 - 25 of 113) sorted by relevance

12345

/arkcompiler/toolchain/build/third_party_gn/libuv/src/
H A Dtrace_ohos.c18 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 Dclass_data_accessor.cpp42 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
H A Dfield_data_accessor.cpp52 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
H A Dliteral_data_accessor-inl.h52 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dclass_data_accessor.cpp40 auto tag = static_cast<ClassTag>(sp[0]); in ClassDataAccessor() local
H A Dliteral_data_accessor-inl.h48 auto tag = static_cast<LiteralTag>(helpers::Read<TAG_SIZE>(&sp)); in EnumerateLiteralVals() local
H A Dfield_data_accessor.cpp50 auto tag = static_cast<FieldTag>(sp[0]); in GetValueInternal() local
/arkcompiler/ets_runtime/test/fuzztest/proxyrefisrevoked_fuzzer/
H A Dproxyrefisrevoked_fuzzer.cpp34 Local<ProxyRef> tag = ProxyRef::New(vm); in ProxyRefIsRevokedFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefwithinint32_fuzzer/
H A Djsvaluerefwithinint32_fuzzer.cpp35 Local<JSValueRef> tag = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefWithinInt32FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvalueref_fuzzer/
H A Djsvalueref_fuzzer.cpp47 Local<JSValueRef> tag = BooleanRef::New(vm, false); in JSValueRefIsBooleanFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefbooleavalue_fuzzer/
H A Djsvaluerefbooleavalue_fuzzer.cpp36 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 Denum_tag.h59 static Enum GetValueFor(size_t tag) in GetValueFor() argument
83 static Enum GetValueFor(size_t tag) in GetValueFor() argument
H A Dint_tag.h42 static Int GetValueFor(size_t tag) in GetValueFor() argument
H A Dmem.h85 ALWAYS_INLINE inline uintptr_t ConstructWithTag(int tag, uintptr_t v) in ConstructWithTag() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DtaggedTemplateExpression.h33 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, TSTypeParameterInstantiation *typeParams) in TaggedTemplateExpression() argument
H A DsequenceExpression.cpp26 SequenceExpression::SequenceExpression([[maybe_unused]] Tag const tag, SequenceExpression const &other, in SequenceExpression() argument
H A DnewExpression.cpp26 NewExpression::NewExpression([[maybe_unused]] Tag const tag, NewExpression const &other, in NewExpression() argument
H A DtaggedTemplateExpression.cpp95 auto *const tag = tag_ != nullptr ? tag_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscorrect_fuzzer/
H A Djsvaluerefiscorrect_fuzzer.cpp91 Local<JSValueRef> tag = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefIsUndefinedFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeParameterInstantiation.cpp28 TSTypeParameterInstantiation::TSTypeParameterInstantiation([[maybe_unused]] Tag const tag, in TSTypeParameterInstantiation() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtaggedTemplateExpressionBuilder.h29 TaggedTemplateExpressionBuilder &SetTag(Expression *tag) in SetTag() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DtaggedLiteral.h34 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 DswitchBuilder.cpp46 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 DtaggedTemplateExpression.h37 explicit TaggedTemplateExpression(Expression *tag, TemplateLiteral *quasi, in TaggedTemplateExpression() argument
/arkcompiler/toolchain/common/
H A Dlog_wrapper.cpp43 const char* tag = "ArkCompiler"; member
51 __android_log_vprint(static_cast<int>(level), tag, formatted.c_str(), args); in PrintLog() local

Completed in 10 milliseconds

12345