Home
last modified time | relevance | path

Searched defs:className (Results 1 - 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dget_test_class.cpp25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass() argument
H A Dets_array_test.cpp103 static void TestEtsObjectArray(const char *className, const char *source, uint32_t arrayLength) in TestEtsObjectArray() argument
H A Dets_field_test.cpp71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods() argument
H A Dets_object_test.cpp123 EtsClass *EtsObjectTest::GetTestClass(std::string className) in GetTestClass() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_mangle.cpp61 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 Dtest_map_mirror_classes.cpp31 static void CheckOffsetOfFields(const char *className, const std::vector<MemberInfo> &membersList) in CheckOffsetOfFields() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2program_key_data.cpp64 std::string className = GetFullRecordNameById(methodAccessor.GetClassId()); in GetFullFunctionNameById() local
H A Dabc_method_processor.cpp90 auto className = stringTable_->GetStringById((methodDataAccessor_->GetClassId())); in GetMetaData() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp39 auto className = EtsHandle<EtsString>(coroutine, method->GetClass()->GetName()); in CreateStackTraceElement() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.h55 CString className; member
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h224 auto className = GetClassNameFromMethod(method); variable
279 auto className = GetClassNameFromMethod(method); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_stacktrace_element.h44 inline void SetClassName(EtsString *className) in SetClassName() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object_type.h42 std::string className; member
48 std::string className; member
54 std::string className; member
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_watch_set_type_test.h227 std::string className = ""; in RecvWatchSubtypeInfo() local
278 std::string className = ""; in RecvWatchObjectInfo() local
H A Djs_watch_other_type_test.h121 std::string className = ""; in RecvWatchSubtypeInfo() local
172 std::string className = ""; in RecvWatchFunctionInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp226 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 Dabc2program_ets_plugin.cpp223 const auto className = keyData_.GetFullRecordNameById(annotationAccessor.GetClassId()); in GetETSAnnotation() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp107 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 Dhelpers.cpp96 std::string className = cda.DemangledName(); in FindEvaluationMethodClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.cpp93 auto className = GetClassNameFromMethod(methodPtr); in GetInteropCallKind() local
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp231 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 Dexceptions.cpp196 void ThrowClassCircularityError(const PandaString &className, const LanguageContext &ctx) in ThrowClassCircularityError() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dobject_repository.cpp101 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.cpp128 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 Dunion_normalization_test.cpp149 static checker::Type *FindClassType(varbinder::ETSBinder *varbinder, std::string_view className) in FindClassType() argument

Completed in 12 milliseconds

123