Home
last modified time | relevance | path

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

123

/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()
113 …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()
67 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in LoadICRuntime()
79 …CRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in StoreICRuntime()
Dic_runtime.cpp133 auto kind = ICKindToString(GetICKind()); in TraceIC() local
155 ICKind kind = GetICKind(); in LoadMiss() local
199 ICKind kind = GetICKind(); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h158 FunctionKind kind = GetFunctionKind(); in IsBase() local
164 FunctionKind kind = GetFunctionKind(); in IsDerivedConstructor() local
168 inline static bool IsArrowFunction(FunctionKind kind) in IsArrowFunction()
173 inline static bool IsClassConstructor(FunctionKind kind) in IsClassConstructor()
178 inline static bool IsConstructorKind(FunctionKind kind) in IsConstructorKind()
185 FunctionKind kind = GetFunctionKind(); in IsBuiltinConstructor() local
189 inline static bool HasPrototype(FunctionKind kind) in HasPrototype()
195 inline static bool HasAccessor(FunctionKind kind) in HasAccessor()
/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.cpp24 bool InWhitelist(WhitelistKind kind, uint64_t id) in InWhitelist()
30 void AddWhitelistMethodConfig(WhitelistKind kind, const PandaString &name) in AddWhitelistMethodConfig()
43 for (auto kind : kindsToAdd) { in InsertIntoWhitelist() local
/arkcompiler/runtime_core/verification/type/
Dtype_systems.cpp37 explicit FullTypeSystem(TypeSystemKind kind, ThreadNum threadnum) in FullTypeSystem()
138 SortIdx TypeSystems::GetSort(TypeSystemKind kind, ThreadNum threadnum, const PandaString &name) in GetSort()
144 TypeSystem &TypeSystems::Get(TypeSystemKind kind, ThreadNum threadnum) in Get()
Dtype_parametric.h33 ParametricType(TypeSystemKind kind, ThreadNum threadnum, SortIdx sort) in ParametricType()
Dtype_param.cpp27 TypeParam::TypeParam(TypeSystemKind kind, ThreadNum threadnum, const TypeParamIdx &p) in TypeParam()
Dtype_type.h113 Type(TypeSystemKind kind, ThreadNum threadnum, TypeNum num) : Idx_ {kind, threadnum, num} {}; in Type()
/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
Dproperty.cpp98 const char *kind = nullptr; in Dump() local
DmethodDefinition.cpp49 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.cpp68 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/es2panda/ir/statements/
DvariableDeclaration.h38 …explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&dec… in VariableDeclaration()
DvariableDeclaration.cpp35 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts34 private kind: IteratorType = IteratorType.Normal; property in Iterator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.h42 explicit TSSignatureDeclaration(binder::Scope *scope, TSSignatureDeclarationKind kind, in TSSignatureDeclaration()
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_whitelist.cpp64 WhitelistKind kind; in RegisterConfigHandlerWhitelist() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp52 FunctionKind kind; in ExtractObjectDatas() local
170 FunctionKind kind; in EnumerateLiteralVals() local
249 FunctionKind kind, uint16_t length, in DefineMethodInLiteral()
344 FunctionKind kind; in ExtractObjectDatas() local
444 FunctionKind kind; in GetDatasIgnoreType() local
/arkcompiler/ets_frontend/ts2panda/tools/
DastPrinter.ts115 const kind: number = +node.kind; constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap.cpp51 … int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) in InsertValue()
62 … int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) in ReplaceValue()
70 uint32_t index, AccossorsKind kind) in RemoveValue()
415 AccossorsKind kind) in SetArrayByKind()
434 AccossorsKind kind) in GetArrayByKind()

123