Home
last modified time | relevance | path

Searched refs:IsAllTaggedProp (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.cpp71 if (area == VisitObjectArea::IN_OBJECT && !hclass->IsAllTaggedProp()) { in HandleObjectField()
Dsnapshot_processor.cpp1483 if (hclass->IsAllTaggedProp()) { in VisitObjectBodyWithRep()
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp32 if (!hclass->IsAllTaggedProp()) { in VisitAllObjects()
Dparallel_evacuator-inl.h39 if (hclass->IsAllTaggedProp()) { in VisitBodyInObj()
Dparallel_marker-inl.h34 if (hclass->IsAllTaggedProp()) { in VisitBodyInObj()
140 if (hclass->IsAllTaggedProp()) { in VisitBodyInObj()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h233 SetIsAllTaggedProp(jshclass->IsAllTaggedProp()); in Copy()
Djs_hclass.h1652 inline bool IsAllTaggedProp() const in IsAllTaggedProp() function