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

  /external/v8/src/
compilation-info.h 104 bool is_non_deferred_calling() const { return GetFlag(kNonDeferredCalling); } function in class:v8::internal::final
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 46 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 48 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 52 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 47 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 51 return HasAllocatedStackSlots() || info()->is_non_deferred_calling() ||

Completed in 1560 milliseconds