| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | metaProperty.h | 35 explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) in MetaProperty() argument
|
| H A D | metaProperty.cpp | 34 const char *kind = nullptr; in Dump() local
|
| H A D | tsSignatureDeclaration.h | 40 explicit TSSignatureDeclaration(TSSignatureDeclarationKind const kind, FunctionSignature &&signature) in TSSignatureDeclaration() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | target_machine.h | 31 TargetMachine(TargetKind kind) : kind(kind) {} in TargetMachine() argument 58 TargetKind kind; member in maplebe::TargetMachine
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | jit_signcode.cpp | 32 void JitSignCode::SetKind(int kind) in SetKind() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | metaPropertyBuilder.h | 29 MetaPropertyBuilder &SetKind(MetaProperty::MetaPropertyKind kind) in SetKind() argument
|
| H A D | importDeclarationBuilder.h | 44 ImportDeclarationBuilder &SetImportKind(ImportKinds kind) in SetImportKind() argument
|
| H A D | methodDefinitionBuilder.h | 29 MethodDefinitionBuilder &SetMethodDefinitionKind(MethodDefinitionKind const kind) in SetMethodDefinitionKind() argument
|
| H A D | memberExpressionBuilder.h | 41 MemberExpressionBuilder &SetKind(MemberExpressionKind kind) in SetKind() argument
|
| H A D | tsSignatureDeclarationBuilder.h | 35 TSSignatureDeclarationBuilder &SetKind(TSSignatureDeclaration::TSSignatureDeclarationKind kind) in SetKind() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | variableDeclaration.cpp | 35 const char *kind = nullptr; in Dump() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | metaProperty.cpp | 28 const char *kind = nullptr; in Dump() local
|
| H A D | property.cpp | 98 const char *kind = nullptr; in Dump() local
|
| H A D | methodDefinition.cpp | 66 const char *kind = nullptr; in Dump() local
|
| H A D | metaProperty.h | 36 explicit MetaProperty(MetaPropertyKind kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) {} in MetaProperty() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| H A D | program.cpp | 93 void Program::SetKind(ScriptKind kind) in SetKind() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_map_iterator.cpp | 79 CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateMapIterator() argument
|
| H A D | js_shared_set_iterator.cpp | 72 CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj, IterationKind kind) CreateSetIterator() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | dump.cpp | 85 const char *kind; in DumpStackMapLocation() local
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| H A D | config_handler_whitelist.cpp | 62 WhitelistKind kind; in RegisterConfigHandlerWhitelistSectionHandler() local
|
| /arkcompiler/runtime_core/static_core/verification/config/whitelist/ |
| H A D | whitelist.cpp | 22 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 D | enumLiteralType.h | 30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | enumLiteralType.h | 31 EnumLiteralType(util::StringView name, binder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | resolveResult.h | 34 explicit ResolveResult(varbinder::Variable *v, ResolvedKind kind) : variable_(v), kind_(kind) {} in ResolveResult() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.h | 33 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
|