Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp61 auto trackInfoVal = JSTaggedValue(each); in UpdateTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp172 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind()
194 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()
219 void PGOProfiler::UpdateTrackInfo(JSTaggedValue trackInfoVal) in UpdateTrackInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp601 auto trackInfoVal = JSHandle<JSArray>(object)->GetTrackInfo(); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp521 auto trackInfoVal = array->GetTrackInfo(); in DEF_RUNTIME_STUBS() local