Home
last modified time | relevance | path

Searched defs:trackInfoVal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp73 auto trackInfoVal = JSTaggedValue(each); in UpdateTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp293 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()
319 void PGOProfiler::UpdateTrackInfo(JSTaggedValue trackInfoVal) in UpdateTrackInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp1046 JSTaggedValue trackInfoVal = GetTrackInfo(thread); in UpdateTrackInfo() local
Djs_hclass.cpp815 JSTaggedValue trackInfoVal = JSHandle<JSArray>(object)->GetTrackInfo(thread); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp626 JSTaggedValue trackInfoVal = JSHandle<JSArray>(receiver)->GetTrackInfo(thread); in DEF_RUNTIME_STUBS() local