| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.h | 66 static bool IsGeneric(ElementsKind kind) in IsGeneric() 71 static bool IsNone(ElementsKind kind) in IsNone() 76 static bool IsComplex(ElementsKind kind) in IsComplex() 81 static bool IsInNumbers(ElementsKind kind) in IsInNumbers() 87 static bool IsHoleInt(ElementsKind kind) in IsHoleInt() 92 static bool IsHoleObject(ElementsKind kind) in IsHoleObject() 97 static bool IsString(ElementsKind kind) in IsString() 102 static bool IsHoleString(ElementsKind kind) in IsHoleString() 107 static bool IsHoleNumber(ElementsKind kind) in IsHoleNumber() 112 static bool IsFastElementsKind(ElementsKind kind) in IsFastElementsKind()
|
| D | js_function.h | 232 FunctionKind kind = GetFunctionKind(); in IsGetterOrSetter() local 238 FunctionKind kind = GetFunctionKind(); in IsGetter() local 244 FunctionKind kind = GetFunctionKind(); in IsBase() local 250 FunctionKind kind = GetFunctionKind(); in IsDerivedConstructor() local 254 inline static bool IsArrowFunction(FunctionKind kind) in IsArrowFunction() 259 inline static bool IsClassConstructor(FunctionKind kind) in IsClassConstructor() 264 inline static bool IsConstructorKind(FunctionKind kind) in IsConstructorKind() 271 FunctionKind kind = GetFunctionKind(); in IsBuiltinConstructor() local 275 inline static bool HasPrototype(FunctionKind kind) in HasPrototype() 281 inline static bool IsNormalFunctionAndCanSkipWbWhenInitialization(FunctionKind kind) in IsNormalFunctionAndCanSkipWbWhenInitialization() [all …]
|
| D | elements.cpp | 32 std::string Elements::GetString(ElementsKind kind) in GetString() 37 bool Elements::IsInt(ElementsKind kind) in IsInt() 42 bool Elements::IsNumber(ElementsKind kind) in IsNumber() 47 bool Elements::IsTagged(ElementsKind kind) in IsTagged() 52 bool Elements::IsObject(ElementsKind kind) in IsObject() 57 bool Elements::IsHole(ElementsKind kind) in IsHole() 63 ConstantIndex Elements::GetGlobalContantIndexByKind(ElementsKind kind) in GetGlobalContantIndexByKind() 128 ElementsKind Elements::ToElementsKind(JSTaggedValue value, ElementsKind kind) in ToElementsKind() 158 bool Elements::IsNumberKind(const ElementsKind kind) in IsNumberKind() 164 bool Elements::IsStringOrNoneOrHole(const ElementsKind kind) in IsStringOrNoneOrHole()
|
| D | element_accessor.cpp | 26 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Get() local 42 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Get() local 54 …ggedValue ElementAccessor::FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind) in FastGet() 87 …ggedValue ElementAccessor::GetTaggedValueWithElementsKind(JSTaggedType rawValue, ElementsKind kind) in GetTaggedValueWithElementsKind() 118 …Type ElementAccessor::ConvertTaggedValueWithElementsKind(JSTaggedValue rawValue, ElementsKind kind) in ConvertTaggedValueWithElementsKind()
|
| D | element_accessor-inl.h | 45 ElementsKind kind = receiver->GetClass()->GetElementsKind(); in Set() local 61 const JSHandle<T> &value, ElementsKind kind) in FastSet()
|
| /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/ic/ |
| D | ic_runtime.h | 33 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ICRuntime() 70 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in LoadICRuntime() 87 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in StoreICRuntime()
|
| 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() 384 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 94 ElementsKind kind = builder_->GetElementsKindForCreater(gate); in InferCreateArray() local 138 for (auto kind : kinds) { in TrySetElementsKind() local 150 for (auto kind : kinds) { in TrySetTransitionElementsKind() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| 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 | metaProperty.h | 35 …explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESS… in MetaProperty()
|
| 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()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_signcode.cpp | 32 void JitSignCode::SetKind(int kind) in SetKind()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/litecg/ |
| D | litecg_stackmap_type.cpp | 57 int64_t kind = DecodeSLEB128(litecgCallSiteInfo, index); in ConvertToLLVMStackMapInfo() local 82 int64_t kind = DecodeSLEB128(litecgDeoptInfo, index); in ConvertToLLVMStackMapInfo() local
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.cpp | 93 void Program::SetKind(ScriptKind kind) in SetKind()
|
| /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/util/ast-builders/ |
| D | memberExpressionBuilder.h | 47 MemberExpressionBuilder &SetKind(MemberExpressionKind kind) in SetKind()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | resolveResult.h | 34 explicit ResolveResult(varbinder::Variable *v, ResolvedKind kind) : variable_(v), kind_(kind) {} in ResolveResult()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | enumLiteralType.h | 30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 44 FunctionKind kind; in ExtractObjectDatas() local 159 FunctionKind kind; in EnumerateLiteralVals() local 245 … FunctionKind kind, uint16_t length, in DefineFunctionTemplate() 288 FunctionKind kind, in CreateJSFunctionInLiteral() 323 FunctionKind kind, uint16_t length, in DefineMethodInLiteral() 417 FunctionKind kind; in ExtractObjectDatas() local 555 FunctionKind kind; in GetDatasIgnoreType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | target_machine.h | 33 TargetMachine(TargetKind kind) : kind(kind) {} in TargetMachine()
|