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

  /external/v8/src/compiler/
simd-scalar-lowering.cc 191 DCHECK(HasReplacement(1, value));
392 if (HasReplacement(0, node->InputAt(i))) {
417 if (HasReplacement(0, repNode)) {
433 if (HasReplacement(0, input)) {
437 if (HasReplacement(1, input)) {
457 bool SimdScalarLowering::HasReplacement(size_t index, Node* node) {
  /external/v8/src/crankshaft/arm/
lithium-arm.h 441 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 501 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 438 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 439 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 442 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 435 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 419 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 447 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 452 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]

Completed in 778 milliseconds