HomeSort by relevance Sort by last modified time
    Searched refs:HasAllocatedStackSlots (Results 1 - 10 of 10) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
152 bool HasAllocatedStackSlots() const {
153 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
129 bool HasAllocatedStackSlots() const {
130 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
142 bool HasAllocatedStackSlots() const {
143 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 46 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
142 bool HasAllocatedStackSlots() const {
143 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
127 bool HasAllocatedStackSlots() const {
128 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 52 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
249 bool HasAllocatedStackSlots() const {
250 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
152 bool HasAllocatedStackSlots() const {
153 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
154 bool HasAllocatedStackSlots() const {
155 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 51 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
162 bool HasAllocatedStackSlots() const {
163 return chunk()->HasAllocatedStackSlots();
  /external/v8/src/crankshaft/
lithium.h 642 bool HasAllocatedStackSlots() const {

Completed in 55 milliseconds