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

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 48 info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 53 info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 51 info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 48 info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 48 info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 47 return GetStackSlotCount() > 0 || info()->is_non_deferred_calling() ||
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 49 info()->is_non_deferred_calling() ||
  /external/v8/src/
compiler.h 191 bool is_non_deferred_calling() const { return GetFlag(kNonDeferredCalling); } function in class:v8::internal::CompilationInfo
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 54 info()->is_non_deferred_calling() ||

Completed in 179 milliseconds