Home
last modified time | relevance | path

Searched defs:clsName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp351 PandaString clsName = ConvertToString(obj->ClassAddr<ark::Class>()->GetName()); in DumpLocalRefClasses() local
381 PandaString clsName = ConvertToString(res->ClassAddr<ark::Class>()->GetName()); in DumpLocalRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp151 uint8_t JSRuntimeInitJSCallClassIntrinsic(EtsString *clsName) in JSRuntimeInitJSCallClassIntrinsic()
156 uint8_t JSRuntimeInitJSNewClassIntrinsic(EtsString *clsName) in JSRuntimeInitJSNewClassIntrinsic()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp111 std::string clsName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in BuildClassInfoExtractorFromLiteral() local
179 std::string clsName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp182 ArenaString clsName(runtime->GetClassName(runtime->GetClassForField(field)), adapter); in FieldToString() local
647 ArenaString clsName("", adapter); in DumpObjectPairOpcode() local