Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp126 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileOpType() local
174 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileDefineClass() local
209 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileCreateObject() local
276 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileCall() local
362 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileNativeCall() local
562 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileBranch() local
731 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileGetIterator() local
Dnew_object_stub_builder.cpp1138 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in LoadTrackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1026 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpOpType() local
1045 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpDefineClass() local
1104 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpCreateObject() local
1146 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpCall() local
1181 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp27 TaggedObject *slotValue = slot.GetTaggedObject(); in LogErrorForObjSlot() local