| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | verification.cpp | 25 TaggedObject *slotValue = slot.GetTaggedObject(); in LogErrorForObjSlot() local 133 VerifyHeapObjectSlotLegal(ObjectSlot slot, JSTaggedValue slotValue, TaggedObject *object) const VerifyHeapObjectSlotLegal() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | jit_compilation_env.cpp | 209 auto slotValue = currFuncPTI->Get(slotId); in GetJsFunctionByMethodOffset() local
|
| H A D | interpreter_stub-inl.h | 579 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| H A D | profiler_stub_builder.cpp | 111 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileOpType() local 158 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in ProfileDefineClass() local 168 Store(VariableType::JS_POINTER(), glue, slotValue, handleOffset, weakCtor); in ProfileDefineClass() local 199 GateRef slotValue in ProfileCreateObject() local 274 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); ProfileCall() local 384 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); ProfileNativeCall() local 586 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); ProfileBranch() local 751 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); ProfileGetIterator() local [all...] |
| H A D | new_object_stub_builder.cpp | 1959 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
in CreateEmptyArray() local 2004 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId);
in CreateArrayWithBuffer() local 1808 LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, GateRef slotValue, GateRef arrayLiteral, ProfileOperation callback) LoadTrackInfo() argument [all...] |
| H A D | circuit_builder.cpp | 1391 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| H A D | stub_builder.cpp | 10209 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A 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); ConvertCreateObject() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 1311 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpOpType() local 1330 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpDefineClass() local 1391 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); in DumpCreateObject() local 1432 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); DumpCall() local 1480 JSTaggedValue slotValue = profileTypeInfo->Get(slotId); DumpNewObjRange() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1014 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in SetProfileTypeInfoCellToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 1014 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in UpdateProfileTypeInfoCellToFunction() local
|