Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp111 const auto &className = result.GetCurrentClassName(); in DeferredCheckFinalClassAndMethod() local
148 const auto &className = result.GetCurrentClassName(); in VerifyModule() local
186 void VerifyResult::AddPragmaVerifyError(const std::string &className, std::string errMsg) in AddPragmaVerifyError()
203 void VerifyResult::AddPragmaAssignableCheck(const std::string &className, std::string fromType, std… in AddPragmaAssignableCheck()
223 void VerifyResult::AddPragmaExtendFinalCheck(const std::string &className) in AddPragmaExtendFinalCheck()
243 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.h47 #define DECLARE_CLASSES(nodeType, className) \ argument
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
109 #define DECLARE_CLASSES(nodeType, className) class className; argument
129 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
159 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h58 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument
83 #define DECLARE_CLASSES(nodeType, className) class className; argument
108 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
145 #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.h38 #define DECLARE_CLASSES(type, className) class className; argument
51 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.cpp38 util::StringView Program::PackageClassName(util::StringView className) in PackageClassName()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp69 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/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/runtime/napi/
Dets_mangle.cpp61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp181 &result](const std::string &className) -> Class * { in RunVerifier()
200 for (const auto &className : classNames) { in RunVerifier() local
216 std::string className = fqMethodName.substr(0, pos - 1); in RunVerifier() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp119 …const std::string &className = GlobalTables::GetStrTable().GetStringFromStrIdx(classType->GetNameS… in ProcessFunc() local
156 const std::string &className = in ProcessFunc() local
/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/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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverification.h71 void SetClassCorrectness(const std::string &className, bool result) in SetClassCorrectness()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h54 CString className; member
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp230 const char className[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CheckEntrypointSignature() local
239 const char className[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CreateArgumentsArray() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp139 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses()
251 void PatchFix::CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, in CollectClassMemberFunctions()
501 auto &className = hashList[i].first; in CompareClassHash() local

1234