Searched defs:slotValue (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 108 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
|
| D | jit_compilation_env.cpp | 210 auto slotValue = currFuncPTI->Get(slotId); in GetJsFunctionByMethodOffset() local
|
| D | new_object_stub_builder.cpp | 1857 …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
|
| D | interpreter_stub-inl.h | 579 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| D | circuit_builder.cpp | 1385 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| D | stub_builder.cpp | 10112 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 321 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/ |
| D | pgo_profiler.cpp | 1302 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/ |
| D | verification.cpp | 25 TaggedObject *slotValue = slot.GetTaggedObject(); in LogErrorForObjSlot() local 134 JSTaggedValue slotValue, in VerifyHeapObjectSlotLegal()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 988 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in SetProfileTypeInfoCellToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 1000 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in UpdateProfileTypeInfoCellToFunction() local
|