Home
last modified time | relevance | path

Searched refs:HasAllocatedStackSlots (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
152 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
153 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
142 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
143 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
127 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
128 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h46 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
142 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
143 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
129 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
130 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
152 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
153 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
154 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
155 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h52 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
249 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
250 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h51 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() || in NeedsEagerFrame()
162 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function
163 return chunk()->HasAllocatedStackSlots(); in HasAllocatedStackSlots()
/external/v8/src/crankshaft/
Dlithium.h642 bool HasAllocatedStackSlots() const { in HasAllocatedStackSlots() function