Home
last modified time | relevance | path

Searched refs:GetSlotSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h58 return GetOffsetFromSpInSlots(fl) * fl.GetSlotSize(); in GetOffsetFromSpInBytes()
154 return unit == BYTES ? (size_in_slots * GetSlotSize()) : size_in_slots; in GetFrameSize()
163 return OFFSET * GetSlotSize(); in GetOffset()
259 constexpr size_t GetSlotSize() const in GetSlotSize() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h231 uint32_t GetSlotSize() const in GetSlotSize() function
302 static uint16_t GetSlotSize(uint64_t literalInfo) in GetSlotSize() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h248 uint16_t GetSlotSize() const in GetSlotSize() function
251 return MethodLiteral::GetSlotSize(literalInfo); in GetSlotSize()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1071 uint32_t slotSize = methodHandle->GetSlotSize(); in NotifyInlineCache()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp982 uint32_t slotSize = method->GetSlotSize(); in DEF_RUNTIME_STUBS()
999 uint32_t slotSize = method->GetSlotSize(); in DEF_RUNTIME_STUBS()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2834 … fl.GetFrameSize<CFrameLayout::BYTES>() + std::get<uint8_t>(par) * fl.GetSlotSize()); in TestParam()