Home
last modified time | relevance | path

Searched refs:DumpJSType (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.cpp34 << ", obj type=" << JSHClass::DumpJSType(obj->GetClass()->GetObjectType()) in LogErrorForObjSlot()
39 << ", slot value type=" << JSHClass::DumpJSType(slotValue->GetClass()->GetObjectType()) in LogErrorForObjSlot()
43 << ", value type=" << JSHClass::DumpJSType(value->GetClass()->GetObjectType()) in LogErrorForObjSlot()
61 << ", obj type=" << JSHClass::DumpJSType(obj->GetClass()->GetObjectType()) in LogErrorForObj()
423 << JSHClass::DumpJSType(slot.GetTaggedObject()->GetClass()->GetObjectType()) in operator ()()
H A Dheap.cpp2549 LOG_ECMA(INFO) << "NonMovable space type " << JSHClass::DumpJSType(JSType(i)) in StatisticHeapDetail()
2560 LOG_ECMA(INFO) << "Old space type " << JSHClass::DumpJSType(JSType(i)) in StatisticHeapDetail()
2571 LOG_ECMA(INFO) << "Active semi space type " << JSHClass::DumpJSType(JSType(i)) in StatisticHeapDetail()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp95 LOG_ECMA(ERROR) << "Unsupport serialize object type: " << JSHClass::DumpJSType(type); in CheckObjectCanSerialize()
H A Dbase_deserializer.cpp550 LOG_ECMA(ERROR) << "Relocate unsupported JSType: " << JSHClass::DumpJSType(static_cast<JSType>(objectType)); in RelocateObjectProtoAddr()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp426 ", type:" << JSHClass::DumpJSType(JSType(object->GetClass()->GetObjectType())) << in IterateHandleWithCheck()
455 OPTIONAL_LOG(GetEcmaVM(), INFO) << "Global type " << JSHClass::DumpJSType(JSType(i)) in IterateHandleWithCheck()
H A Ddump.cpp86 CString JSHClass::DumpJSType(JSType type) in DumpJSType() function in panda::ecmascript::JSHClass
606 os << "Type :" << JSHClass::DumpJSType(jshclass->GetObjectType()) << "\n"; in DumpHClass()
1309 << "[" + JSHClass::DumpJSType(type) + "(" + addrStr + "-" + method->GetMethodName() + ")]"; in DumpHeapObjectType()
1315 os << std::left << std::setw(DUMP_TYPE_OFFSET) << "[" + JSHClass::DumpJSType(type) + "(" + addrStr + ")]"; in DumpHeapObjectType()
1344 os << "[" + JSHClass::DumpJSType(obj->GetClass()->GetObjectType()) + "]"; in DumpTaggedValueType()
H A Djs_hclass.h2038 static CString DumpJSType(JSType type);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp1096 referenceResources.emplace_back(JSHClass::DumpJSType(valTy), val); in FillEdgesForBinMod()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp657 std::string typeName = ConvertToStdString(JSHClass::DumpJSType(objType)); in HWTEST_F_L0()

Completed in 33 milliseconds