Home
last modified time | relevance | path

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

12345678

/arkcompiler/ets_runtime/ecmascript/
Delements.h66 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()
Djs_function.h232 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 …]
Delements.cpp32 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()
Delement_accessor.cpp26 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()
Delement_accessor-inl.h45 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/
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/ic/
Dic_runtime.h33 …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()
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()
384 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp94 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/
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/
DmetaProperty.h35 …explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESS… in MetaProperty()
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()
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_signcode.cpp32 void JitSignCode::SetKind(int kind) in SetKind()
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
Dlitecg_stackmap_type.cpp57 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/
Dprogram.cpp93 void Program::SetKind(ScriptKind kind) in SetKind()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DenumLiteralType.h31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DmemberExpressionBuilder.h47 MemberExpressionBuilder &SetKind(MemberExpressionKind kind) in SetKind()
/arkcompiler/ets_frontend/ets2panda/checker/
DresolveResult.h34 explicit ResolveResult(varbinder::Variable *v, ResolvedKind kind) : variable_(v), kind_(kind) {} in ResolveResult()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DenumLiteralType.h30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp44 FunctionKind kind; in ExtractObjectDatas() local
159 FunctionKind kind; in EnumerateLiteralVals() local
245FunctionKind 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/
Dtarget_machine.h33 TargetMachine(TargetKind kind) : kind(kind) {} in TargetMachine()

12345678