Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 89) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp98 const auto &className = result.GetCurrentClassName(); in DeferredCheckFinalClassAndMethod() local
135 const auto &className = result.GetCurrentClassName(); in VerifyModule() local
173 void VerifyResult::AddPragmaVerifyError(const std::string &className, std::string errMsg) in AddPragmaVerifyError()
190 void VerifyResult::AddPragmaAssignableCheck(const std::string &className, std::string fromType, std… in AddPragmaAssignableCheck()
210 void VerifyResult::AddPragmaExtendFinalCheck(const std::string &className) in AddPragmaExtendFinalCheck()
230 void VerifyResult::AddPragmaOverrideFinalCheck(const std::string &className) in AddPragmaOverrideFinalCheck()
Dverify_mark.cpp65 const auto &className = klass.GetKlassName(); in AddAnnotations() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument
66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/visitor/
DAstVisitor.h26 #define DECLARE_CLASSES(nodeType, className) class className; argument
43 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
DIterateAstVisitor.h49 #define DECLARE_CLASSES(nodeType, className) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h55 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
74 #define DECLARE_CLASSES(nodeType, className) class className; argument
99 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
148 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/toolchain/tooling/test/testcases/
Djs_watch_set_type_test.h227 std::string className = ""; in RecvWatchSubtypeInfo() local
278 std::string className = ""; in RecvWatchObjectInfo() local
Djs_watch_other_type_test.h121 std::string className = ""; in RecvWatchSubtypeInfo() local
172 std::string className = ""; in RecvWatchFunctionInfo() local
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
110 #define DECLARE_CLASSES(nodeType, className) class className; argument
130 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
160 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_annotation.cpp33 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in FindAsyncAnnotation() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h131 std::string className; member
136 std::string className; member
141 std::string className; member
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; argument
55 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/
Dkeep-file2.ts33 className: string; property in Classroom
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dget_test_class.cpp25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
Dets_field_test.cpp71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
Dets_array_test.cpp103 static void TestEtsObjectArray(const char *className, const char *source, uint32_t arrayLength) in TestEtsObjectArray()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp68 std::string className = utf::Mutf8AsCString(cda.GetDescriptor()); in PrintFunction() local
107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda… in PrintPrototype()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_stacktrace_element.h44 inline void SetClassName(EtsString *className) in SetClassName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/
Dtest_map_mirror_classes.cpp31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp191 &result](const std::string &className) -> Class * { in RunVerifier()
210 for (const auto &className : classNames) { in RunVerifier() local
226 std::string className = fqMethodName.substr(0, pos - 1); in RunVerifier() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StackTrace.cpp39 auto className = EtsHandle<EtsString>(coroutine, method->GetClass()->GetName()); in CreateStackTraceElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverification.h71 void SetClassCorrectness(const std::string &className, bool result) in SetClassCorrectness()
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; argument
54 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
Ddeclaration.h38 #define DECLARE_CLASSES(decl_kind, className) class className; argument
60 #define DECLARE_CHECKS_CASTS(declKind, className) \ in DECLARATION_KINDS() argument

1234