Home
last modified time | relevance | path

Searched defs:kind (Results 1 - 25 of 164) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DmetaProperty.h35 explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) in MetaProperty() argument
H A DmetaProperty.cpp34 const char *kind = nullptr; in Dump() local
H A DtsSignatureDeclaration.h40 explicit TSSignatureDeclaration(TSSignatureDeclarationKind const kind, FunctionSignature &&signature) in TSSignatureDeclaration() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dtarget_machine.h31 TargetMachine(TargetKind kind) : kind(kind) {} in TargetMachine() argument
58 TargetKind kind; member in maplebe::TargetMachine
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_signcode.cpp32 void JitSignCode::SetKind(int kind) in SetKind() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DmetaPropertyBuilder.h29 MetaPropertyBuilder &SetKind(MetaProperty::MetaPropertyKind kind) in SetKind() argument
H A DimportDeclarationBuilder.h44 ImportDeclarationBuilder &SetImportKind(ImportKinds kind) in SetImportKind() argument
H A DmethodDefinitionBuilder.h29 MethodDefinitionBuilder &SetMethodDefinitionKind(MethodDefinitionKind const kind) in SetMethodDefinitionKind() argument
H A DmemberExpressionBuilder.h41 MemberExpressionBuilder &SetKind(MemberExpressionKind kind) in SetKind() argument
H A DtsSignatureDeclarationBuilder.h35 TSSignatureDeclarationBuilder &SetKind(TSSignatureDeclaration::TSSignatureDeclarationKind kind) in SetKind() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.cpp35 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmetaProperty.cpp28 const char *kind = nullptr; in Dump() local
H A Dproperty.cpp98 const char *kind = nullptr; in Dump() local
H A DmethodDefinition.cpp66 const char *kind = nullptr; in Dump() local
H A DmetaProperty.h36 explicit MetaProperty(MetaPropertyKind kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) {} in MetaProperty() argument
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.cpp93 void Program::SetKind(ScriptKind kind) in SetKind() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_map_iterator.cpp79 CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateMapIterator() argument
H A Djs_shared_set_iterator.cpp72 CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateSetIterator() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Ddump.cpp85 const char *kind; in DumpStackMapLocation() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dconfig_handler_whitelist.cpp62 WhitelistKind kind; in RegisterConfigHandlerWhitelistSectionHandler() local
/arkcompiler/runtime_core/static_core/verification/config/whitelist/
H A Dwhitelist.cpp22 void DebugConfig::AddWhitelistMethodConfig(WhitelistKind kind, const PandaString &name) in AddWhitelistMethodConfig() argument
28 bool DebugContext::InWhitelist(WhitelistKind kind, uint64_t id) const in InWhitelist() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DenumLiteralType.h30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DenumLiteralType.h31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DresolveResult.h34 explicit ResolveResult(varbinder::Variable *v, ResolvedKind kind) : variable_(v), kind_(kind) {} in ResolveResult() argument
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.h33 ICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ICRuntime() argument
70 LoadICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in LoadICRuntime() argument
87 StoreICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in StoreICRuntime() argument

Completed in 6 milliseconds

1234567