Home
last modified time | relevance | path

Searched defs:trackInfo (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.h61 auto trackInfo = GetTrackInfo(thread); in GetHintLength() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h82 auto trackInfo = GetTrackInfo(thread); in GetHintLength() local
Djs_array.cpp1048 TrackInfo *trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackInfo() local
Djs_hclass.cpp817 TrackInfo *trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in TransitToElementsKind() local
Djs_object.cpp116 auto trackInfo = JSHandle<JSArray>(obj)->GetTrackInfo(thread); in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator_visitor-inl.h95 auto trackInfo = JSArray::Cast(header)->GetTrackInfo(thread_); in UpdateTrackInfo() local
Dparallel_evacuator.cpp77 auto trackInfo = trackInfoVal.GetWeakReferentUnChecked(); in UpdateTrackInfo() local
290 auto trackInfo = JSArray::Cast(header)->GetTrackInfo(thread); in EvacuateRegion() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp224 auto trackInfo = TrackInfo::Cast(factory->NewObject(trackInfoHclass)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp236 JSTaggedValue trackInfo; in SerializeObjectImpl() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp296 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackArrayLength() local
311 auto trackInfo = TrackInfo::Cast(object); in UpdateTrackSpaceFlag() local
322 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetTaggedObject()); in UpdateTrackInfo() local
1379 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); in DumpCreateObject() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp463 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); in ConvertCreateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1579 GateRef hclass, GateRef trackInfo, bool isEmptyArray) in NewJSArrayLiteral()
2235 …teRef NewObjectStubBuilder::CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInfo) in CreateEmptyArrayCommon()
Dstub_builder-inl.h2619 inline void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elemen… in SetElementsKindToTrackInfo()
2629 inline void StubBuilder::SetSpaceFlagToTrackInfo(GateRef glue, GateRef trackInfo, GateRef spaceFlag) in SetSpaceFlagToTrackInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp628 TrackInfo *trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in DEF_RUNTIME_STUBS() local