| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | verification.cpp | 98 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()
|
| D | verify_mark.cpp | 65 const auto &className = klass.GetKlassName(); in AddAnnotations() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_test_helper.h | 56 #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/ |
| D | AstVisitor.h | 26 #define DECLARE_CLASSES(nodeType, className) class className; argument 43 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
| D | IterateAstVisitor.h | 49 #define DECLARE_CLASSES(nodeType, className) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 55 #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/ |
| D | js_watch_set_type_test.h | 227 std::string className = ""; in RecvWatchSubtypeInfo() local 278 std::string className = ""; in RecvWatchObjectInfo() local
|
| D | js_watch_other_type_test.h | 121 std::string className = ""; in RecvWatchSubtypeInfo() local 172 std::string className = ""; in RecvWatchFunctionInfo() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 47 #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/ |
| D | ets_annotation.cpp | 33 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in FindAsyncAnnotation() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.h | 131 std::string className; member 136 std::string className; member 141 std::string className; member
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.h | 42 #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/ |
| D | keep-file2.ts | 33 className: string; property in Classroom
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | get_test_class.cpp | 25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
|
| D | ets_field_test.cpp | 71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
|
| D | ets_array_test.cpp | 103 static void TestEtsObjectArray(const char *className, const char *source, uint32_t arrayLength) in TestEtsObjectArray()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 68 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/ |
| D | ets_mangle.cpp | 61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_stacktrace_element.h | 44 inline void SetClassName(EtsString *className) in SetClassName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/ |
| D | test_map_mirror_classes.cpp | 31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields()
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | verifier.cpp | 191 &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/ |
| D | std_core_StackTrace.cpp | 39 auto className = EtsHandle<EtsString>(coroutine, method->GetClass()->GetName()); in CreateStackTraceElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | verification.h | 71 void SetClassCorrectness(const std::string &className, bool result) in SetClassCorrectness()
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; argument 54 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
|
| D | declaration.h | 38 #define DECLARE_CLASSES(decl_kind, className) class className; argument 60 #define DECLARE_CHECKS_CASTS(declKind, className) \ in DECLARATION_KINDS() argument
|