| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | get_test_class.cpp | 25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass() argument
|
| H A D | ets_array_test.cpp | 103 static void TestEtsObjectArray(const char *className, const char *source, uint32_t arrayLength) in TestEtsObjectArray() argument
|
| H A D | ets_field_test.cpp | 71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods() argument
|
| H A D | ets_object_test.cpp | 123 EtsClass *EtsObjectTest::GetTestClass(std::string className) in GetTestClass() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| H A D | ets_mangle.cpp | 61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/ |
| H A D | test_map_mirror_classes.cpp | 31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields() argument
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc2program_key_data.cpp | 64 std::string className = GetFullRecordNameById(methodAccessor.GetClassId()); in GetFullFunctionNameById() local
|
| H A D | abc_method_processor.cpp | 90 auto className = stringTable_->GetStringById((methodDataAccessor_->GetClassId())); in GetMetaData() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_StackTrace.cpp | 39 auto className = EtsHandle<EtsString>(coroutine, method->GetClass()->GetName()); in CreateStackTraceElement() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.h | 55 CString className; member
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 224 auto className = GetClassNameFromMethod(method); variable 279 auto className = GetClassNameFromMethod(method); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_stacktrace_element.h | 44 inline void SetClassName(EtsString *className) in SetClassName() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | remote_object_type.h | 42 std::string className; member 48 std::string className; member 54 std::string className; member
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| H A D | js_watch_set_type_test.h | 227 std::string className = ""; in RecvWatchSubtypeInfo() local 278 std::string className = ""; in RecvWatchObjectInfo() local
|
| H A D | js_watch_other_type_test.h | 121 std::string className = ""; in RecvWatchSubtypeInfo() local 172 std::string className = ""; in RecvWatchFunctionInfo() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| H A D | disasm_ets_plugin.cpp | 226 const auto className = GetFullRecordName(annotationAccessor.GetClassId()); in EnumerateAnnotations() local 283 const auto className = GetFullRecordName(annotationAccessor.GetClassId()); in GetETSAnnotation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 223 const auto className = keyData_.GetFullRecordNameById(annotationAccessor.GetClassId()); in GetETSAnnotation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| H A D | header_writer.cpp | 107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda, bool isOverloaded) in PrintPrototype() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| H A D | helpers.cpp | 96 std::string className = cda.DemangledName(); in FindEvaluationMethodClass() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_runtime_interface.cpp | 93 auto className = GetClassNameFromMethod(methodPtr); in GetInteropCallKind() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_vm.cpp | 231 const char className[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CheckEntrypointSignature() local 240 const char className[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CreateArgumentsArray() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | exceptions.cpp | 196 void ThrowClassCircularityError(const PandaString &className, const LanguageContext &ctx) in ThrowClassCircularityError() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | object_repository.cpp | 101 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | debugInfoStorage.cpp | 128 panda_file::File::EntityId DebugInfoStorage::FindClass(std::string_view filePath, std::string_view className) in FindClass() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | union_normalization_test.cpp | 149 static checker::Type *FindClassType(varbinder::ETSBinder *varbinder, std::string_view className) in FindClassType() argument
|