Home
last modified time | relevance | path

Searched refs:GetSpToFpSlotCount (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dframe.cc44 offset + ((frame()->GetSpToFpSlotCount() + sp_delta()) * kPointerSize); in GetFrameOffset()
Dframe.h108 inline int GetSpToFpSlotCount() const { in GetSpToFpSlotCount() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc215 ((frame()->GetSpToFpSlotCount() + frame_access_state()->sp_delta()) * in ToMemOperand()