Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.cpp25 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 Djit_compilation_env.cpp209 auto slotValue = currFuncPTI->Get(slotId); in GetJsFunctionByMethodOffset() local
H A Dinterpreter_stub-inl.h579 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
H A Dprofiler_stub_builder.cpp111 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 Dnew_object_stub_builder.cpp1959 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 Dcircuit_builder.cpp1391 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
H A Dstub_builder.cpp10209 GateRef slotValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in UpdateProfileTypeInfoCellToFunction() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A 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); ConvertCreateObject() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1311 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 Druntime_stubs-inl.h1014 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in SetProfileTypeInfoCellToFunction() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1014 JSTaggedValue slotValue = profileTypeArray->Get(slotId); in UpdateProfileTypeInfoCellToFunction() local

Completed in 55 milliseconds