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

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

Completed in 35 milliseconds