Home
last modified time | relevance | path

Searched defs:trackInfo (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.h61 auto trackInfo = GetTrackInfo(); in GetHintLength() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.h65 auto trackInfo = GetTrackInfo(); in GetHintLength() local
H A Djs_object.cpp101 auto trackInfo = JSHandle<JSArray>(obj)->GetTrackInfo(); in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp190 JSTaggedValue trackInfo; in SerializeObjectImpl() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.cpp62 auto trackInfo = trackInfoVal.GetWeakReferentUnChecked(); in UpdateTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp424 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); in ConvertCreateObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp248 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackElementsKind() local
272 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackArrayLength() local
287 auto trackInfo in UpdateTrackSpaceFlag() local
298 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetTaggedObject()); UpdateTrackInfo() local
1415 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); DumpCreateObject() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1386 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), trackInfoOffset, trackInfo); in NewJSArrayLiteral() local
1903 GateRef NewObjectStubBuilder::CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInfo) in CreateEmptyArrayCommon() argument
1353 NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, GateRef hclass, GateRef trackInfo, bool isEmptyArray) NewJSArrayLiteral() argument
[all...]
H A Dstub_builder-inl.h2264 inline void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo() argument
2271 Store(VariableType::INT32(), glue, trackInfo, IntPtr(TrackInfo::BIT_FIELD_OFFSET), newBitfield); in SetElementsKindToTrackInfo() local
2274 inline void StubBuilder::SetSpaceFlagToTrackInfo(GateRef glue, GateRef trackInfo, GateRef spaceFlag) in SetSpaceFlagToTrackInfo() argument
2281 Store(VariableType::INT32(), glue, trackInfo, IntPtr(TrackInfo::BIT_FIELD_OFFSET), newBitfield); in SetSpaceFlagToTrackInfo() local

Completed in 25 milliseconds