Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 25 of 175) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h162 FunctionKind kind = GetFunctionKind(); in IsGetterOrSetter() local
168 FunctionKind kind = GetFunctionKind(); in IsGetter() local
174 FunctionKind kind = GetFunctionKind(); in IsBase() local
180 FunctionKind kind = GetFunctionKind(); in IsDerivedConstructor() local
184 inline static bool IsArrowFunction(FunctionKind kind) in IsArrowFunction()
189 inline static bool IsClassConstructor(FunctionKind kind) in IsClassConstructor()
194 inline static bool IsConstructorKind(FunctionKind kind) in IsConstructorKind()
201 FunctionKind kind = GetFunctionKind(); in IsBuiltinConstructor() local
205 inline static bool HasPrototype(FunctionKind kind) in HasPrototype()
211 inline static bool HasAccessor(FunctionKind kind) in HasAccessor()
Delements.h51 static bool IsGeneric(ElementsKind kind) in IsGeneric()
56 static bool IsNone(ElementsKind kind) in IsNone()
61 static bool IsComplex(ElementsKind kind) in IsComplex()
66 static bool IsInNumbers(ElementsKind kind) in IsInNumbers()
Delements.cpp40 std::string Elements::GetString(ElementsKind kind) in GetString()
45 bool Elements::IsInt(ElementsKind kind) in IsInt()
50 bool Elements::IsNumber(ElementsKind kind) in IsNumber()
55 bool Elements::IsTagged(ElementsKind kind) in IsTagged()
60 bool Elements::IsObject(ElementsKind kind) in IsObject()
65 bool Elements::IsHole(ElementsKind kind) in IsHole()
105 ElementsKind Elements::ToElementsKind(JSTaggedValue value, ElementsKind kind) in ToElementsKind()
Delement_accessor.cpp30 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Get() local
46 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Get() local
82 …ggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind kind) in GetTaggedValueWithElementsKind()
111 …Type ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKind kind) in ConvertTaggedValueWithElementsKind()
Delement_accessor-inl.h43 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Set() local
73 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Set() local
Djs_for_in_iterator.cpp25 …nIterator::IsEnumCacheValid(JSTaggedValue receiver, JSTaggedValue cachedHclass, EnumCacheKind kind) in IsEnumCacheValid()
86 EnumCacheKind kind = JSObject::GetEnumCacheKind(thread, taggedKeys); in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.h36 static inline bool IsNamedGlobalIC(ICKind kind) in IsNamedGlobalIC()
42 static inline bool IsValueGlobalIC(ICKind kind) in IsValueGlobalIC()
47 static inline bool IsValueNormalIC(ICKind kind) in IsValueNormalIC()
52 static inline bool IsValueIC(ICKind kind) in IsValueIC()
57 static inline bool IsNamedNormalIC(ICKind kind) in IsNamedNormalIC()
62 static inline bool IsNamedIC(ICKind kind) in IsNamedIC()
67 static inline bool IsGlobalLoadIC(ICKind kind) in IsGlobalLoadIC()
73 static inline bool IsGlobalStoreIC(ICKind kind) in IsGlobalStoreIC()
79 static inline bool IsGlobalIC(ICKind kind) in IsGlobalIC()
211 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
Dic_runtime.h32 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ICRuntime()
83 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in LoadICRuntime()
97 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in StoreICRuntime()
Dic_runtime.cpp161 auto kind = ICKindToString(GetICKind()); in TraceIC() local
232 ICKind kind = GetICKind(); in LoadMiss() local
322 ICKind kind = GetICKind(); in StoreMiss() local
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Ddiscriminated_unions.ts19 kind: 'square'; property
24 kind: 'rectangle'; property
30 kind: 'circle'; property
/arkcompiler/runtime_core/static_core/verification/config/whitelist/
Dwhitelist.cpp22 void DebugConfig::AddWhitelistMethodConfig(WhitelistKind kind, const PandaString &name) in AddWhitelistMethodConfig()
28 bool DebugContext::InWhitelist(WhitelistKind kind, uint64_t id) const in InWhitelist()
39 for (auto kind : kindsToAdd) { in InsertIntoWhitelist() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dlitecg_stackmap_type.cpp30 uint64_t kind = litecgCallSiteInfo[i]; in ConvertToLLVMStackMapInfo() local
54 uint64_t kind = litecgDeoptInfo[i + 1]; in ConvertToLLVMStackMapInfo() local
Dllvm_stackmap_type.cpp48 VRegId id, LocationTy::Kind kind) in EncodeVRegsInfo()
64 void LLVMStackMapType::DecodeVRegsInfo(SLeb128Type vregsInfo, VRegId &id, KindType &kind) in DecodeVRegsInfo()
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h48 …explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isCom… in Property()
104 static bool IsAccessorKind(PropertyKind kind) in IsAccessorKind()
DmetaProperty.h36 …explicit MetaProperty(MetaPropertyKind kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), … in MetaProperty()
DmetaProperty.cpp28 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.h41 …explicit Property(PropertyKind const kind, Expression *const key, Expression *const value, bool co… in Property()
100 [[nodiscard]] static bool IsAccessorKind(PropertyKind kind) noexcept in IsAccessorKind()
DmetaProperty.h35 …explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESS… in MetaProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp71 Label *exit, Label *slowPath, GateRef kind) in CreateIterator()
92 GateRef kind = Int32(static_cast<int32_t>(IterationKind::VALUE)); in Values() local
102 GateRef kind = Int32(static_cast<int32_t>(IterationKind::KEY_AND_VALUE)); in Entries() local
112 GateRef kind = Int32(static_cast<int32_t>(IterationKind::KEY)); in Keys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp27 TSTypeKind kind = tsManager_->GetTypeKind(type_.GetGTRef()); in Compute() local
104 TSTypeKind kind = tsManager_->GetTypeKind(gt); in ComputePolymorphism() local
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.cpp73 void Program::SetKind(ScriptKind kind) in SetKind()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h108 BuiltinsArrayId UpdateElementsKind(ElementsKind kind) in UpdateElementsKind()
119 BuiltinsArrayId UpdateTransitionElementsKind(ElementsKind kind) in UpdateTransitionElementsKind()
176 static ProfileType CreateBuiltinsArray(ApEntityId abcId, JSType type, ElementsKind kind, in CreateBuiltinsArray()
303 void UpdateKind(Kind kind) in UpdateKind()
491 void UpdateKind(ProfileType::Kind kind) in UpdateKind()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp49 FunctionKind kind; in ExtractObjectDatas() local
159 FunctionKind kind; in EnumerateLiteralVals() local
236FunctionKind kind, ClassKind classKind) in CreateJSFunctionInLiteral()
270 FunctionKind kind, uint16_t length, in DefineMethodInLiteral()
370 FunctionKind kind; in ExtractObjectDatas() local
473 FunctionKind kind; in GetDatasIgnoreType() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DenumLiteralType.h31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DenumLiteralType.h30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()

1234567