Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp56 auto trackInfoVal = JSTaggedValue(each); in UpdateTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp244 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind()
268 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()
293 void PGOProfiler::UpdateTrackInfo(JSTaggedValue trackInfoVal) in UpdateTrackInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp743 auto trackInfoVal = JSHandle<JSArray>(object)->GetTrackInfo(); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp614 auto trackInfoVal = JSHandle<JSArray>(receiver)->GetTrackInfo(); in DEF_RUNTIME_STUBS() local