Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp108 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileOpType() local
159 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileDefineClass() local
200 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileCreateObject() local
270 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileCall() local
380 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileNativeCall() local
582 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileBranch() local
747 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileGetIterator() local
Djit_compilation_env.cpp210 auto slotValue = currFuncPTI->Get(slotId); in GetJsFunctionByMethodOffset() local
Dnew_object_stub_builder.cpp1857 …GateRef profileTypeInfo, GateRef slotId, GateRef slotValue, GateRef arrayLiteral, ProfileOperation… in LoadTrackInfo()
2007 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in CreateEmptyArray() local
2052 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in CreateArrayWithBuffer() local
Dinterpreter_stub-inl.h579 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
Dcircuit_builder.cpp1385 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
Dstub_builder.cpp10112 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp321 JSTaggedValue slotValue = profileTypeInfo_->Get(slotId); in ConvertOpType() local
330 JSTaggedValue slotValue = profileTypeInfo_->Get(slotId); in ConvertCall() local
359 JSTaggedValue slotValue = profileTypeInfo_->Get(slotId); in ConvertNewObjRange() local
411 JSTaggedValue slotValue = profileTypeInfo_->Get(slotId); in ConvertCreateObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1302 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpOpType() local
1321 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpDefineClass() local
1382 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpCreateObject() local
1423 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpCall() local
1471 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp25 TaggedObject *slotValue = slot.GetTaggedObject(); in LogErrorForObjSlot() local
134 JSTaggedValue slotValue, in VerifyHeapObjectSlotLegal()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h988 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in SetProfileTypeInfoCellToFunction() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1000 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in UpdateProfileTypeInfoCellToFunction() local