Home
last modified time | relevance | path

Searched refs:hCls (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp92 for (auto &hCls : classes_) { in ProcessHotreload()
93 auto changesType = RecognizeHotreloadType(&hCls); in ProcessHotreload()
95 LOG(ERROR, HOTRELOAD) << "Class " << hCls.className_ in ProcessHotreload()
97 return GetHotreloadErrorByFlag(hCls.fChanges); in ProcessHotreload()
122 for (auto &hCls : classes_) { in ProcessHotreload()
123 ReloadClassNormal(&hCls); in ProcessHotreload()
156 for (auto &hCls : classes_) { in ~ArkHotreloadBase()
157 if (hCls.tmpClass != nullptr) { in ~ArkHotreloadBase()
158 classLinker->FreeClass(hCls.tmpClass); in ~ArkHotreloadBase()
177 for (const auto &hCls in ValidateClassesHotreloadPossibility()
195 ValidateClassForHotreload(const ClassContainment &hCls) ValidateClassForHotreload() argument
245 RecognizeHotreloadType(ClassContainment *hCls) RecognizeHotreloadType() argument
275 InheritanceChangesCheck(ClassContainment *hCls) InheritanceChangesCheck() argument
310 FlagsChangesCheck(ClassContainment *hCls) FlagsChangesCheck() argument
329 FieldChangesCheck(ClassContainment *hCls) FieldChangesCheck() argument
381 MethodChangesCheck(ClassContainment *hCls) MethodChangesCheck() argument
560 ReloadClassNormal(const ClassContainment *hCls) ReloadClassNormal() argument
[all...]
H A Dhotreload.h96 Error ValidateClassForHotreload(const ClassContainment &hCls);
97 Type RecognizeHotreloadType(ClassContainment *hCls);
99 Type InheritanceChangesCheck(ClassContainment *hCls);
100 Type FlagsChangesCheck(ClassContainment *hCls);
101 Type FieldChangesCheck(ClassContainment *hCls);
102 Type MethodChangesCheck(ClassContainment *hCls);
104 void ReloadClassNormal(const ClassContainment *hCls);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp222 auto *hCls = entry->GetClass(); in GenerateNodeName() local
223 JSType type = hCls->GetObjectType(); in GenerateNodeName()
601 auto *hCls = entry->GetClass(); in GenerateNodeType() local
602 JSType type = hCls->GetObjectType(); in GenerateNodeType()
604 if (hCls->IsTaggedArray()) { in GenerateNodeType()
606 } else if (hCls->IsHClass()) { in GenerateNodeType()

Completed in 3 milliseconds