/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.h | 162 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()
|
D | elements.h | 51 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()
|
D | elements.cpp | 40 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()
|
D | element_accessor.cpp | 30 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()
|
D | element_accessor-inl.h | 43 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Set() local 73 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Set() local
|
D | js_for_in_iterator.cpp | 25 …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/ |
D | profile_type_info.h | 36 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()
|
D | ic_runtime.h | 32 …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()
|
D | ic_runtime.cpp | 161 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/ |
D | discriminated_unions.ts | 19 kind: 'square'; property 24 kind: 'rectangle'; property 30 kind: 'circle'; property
|
/arkcompiler/runtime_core/static_core/verification/config/whitelist/ |
D | whitelist.cpp | 22 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/ |
D | litecg_stackmap_type.cpp | 30 uint64_t kind = litecgCallSiteInfo[i]; in ConvertToLLVMStackMapInfo() local 54 uint64_t kind = litecgDeoptInfo[i + 1]; in ConvertToLLVMStackMapInfo() local
|
D | llvm_stackmap_type.cpp | 48 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/ |
D | property.h | 48 …explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isCom… in Property() 104 static bool IsAccessorKind(PropertyKind kind) in IsAccessorKind()
|
D | metaProperty.h | 36 …explicit MetaProperty(MetaPropertyKind kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), … in MetaProperty()
|
D | metaProperty.cpp | 28 const char *kind = nullptr; in Dump() local
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
D | property.h | 41 …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()
|
D | metaProperty.h | 35 …explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESS… in MetaProperty()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_collection_stub_builder.cpp | 71 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/ |
D | object_access_helper.cpp | 27 TSTypeKind kind = tsManager_->GetTypeKind(type_.GetGTRef()); in Compute() local 104 TSTypeKind kind = tsManager_->GetTypeKind(gt); in ComputePolymorphism() local
|
/arkcompiler/ets_frontend/es2panda/parser/program/ |
D | program.cpp | 73 void Program::SetKind(ScriptKind kind) in SetKind()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
D | pgo_profile_type.h | 108 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/ |
D | literal_data_extractor.cpp | 49 FunctionKind kind; in ExtractObjectDatas() local 159 FunctionKind kind; in EnumerateLiteralVals() local 236 … FunctionKind 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/ |
D | enumLiteralType.h | 31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
D | enumLiteralType.h | 30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
|