Home
last modified time | relevance | path

Searched defs:slotOffset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h81 auto slotOffset = graph->GetStackSlotsCount(); in AddLocationToRoots() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.h196 …size_t slotOffset = static_cast<size_t>(Index::PrevFpIndex) - static_cast<size_t>(Index::TypeIndex… in ComputeReservedSize() local
523 …size_t slotOffset = static_cast<size_t>(Index::PrevFpIndex) - static_cast<size_t>(Index::JSFuncInd… in ComputeReservedJSFuncOffset() local
604 …size_t slotOffset = static_cast<size_t>(Index::PrevFpIndex) - static_cast<size_t>(Index::PreLeaveF… in ComputeReservedSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp776 …size_t slotOffset = JSThread::GlueData::GetRTStubEntriesOffset(compCfg_->Is32Bit()) + index * slot… in GetRTStubOffset() local
1252 size_t slotOffset = JSThread::GlueData::GetLeaveFrameOffset(compCfg_->Is32Bit()); in GetLeaveFrameOffset() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3362 intptr_t slotOffset = aotData->GetStringSlotOffset(encoder->GetCursorOffset(), stringType); in VisitLoadString() local