Searched defs:trackInfo (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.h | 61 auto trackInfo = GetTrackInfo(); in GetHintLength() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.h | 65 auto trackInfo = GetTrackInfo(); in GetHintLength() local
|
| H A D | js_object.cpp | 101 auto trackInfo = JSHandle<JSArray>(obj)->GetTrackInfo(); in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 190 JSTaggedValue trackInfo; in SerializeObjectImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | parallel_evacuator.cpp | 62 auto trackInfo = trackInfoVal.GetWeakReferentUnChecked(); in UpdateTrackInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 424 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); in ConvertCreateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 248 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 D | new_object_stub_builder.cpp | 1386 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 D | stub_builder-inl.h | 2264 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 26 milliseconds