HomeSort by relevance Sort by last modified time
    Searched refs:IsSmiOrInteger32 (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/crankshaft/
hydrogen-range-analysis.cc 69 if (from.IsSmiOrInteger32()) {
72 instr->to().IsSmiOrInteger32());
120 if (test->representation().IsSmiOrInteger32()) {
226 if (instr->representation().IsSmiOrInteger32() &&
233 if (instr->RequiredInputRepresentation(0).IsSmiOrInteger32() &&
240 if (!instr->from().IsSmiOrInteger32() &&
hydrogen-dehoist.cc 15 if (!index->representation().IsSmiOrInteger32()) return;
hydrogen-representation-changes.cc 155 } else if (phi->representation().IsSmiOrInteger32() &&
197 input->representation().IsSmiOrInteger32() &&
hydrogen-bce.cc 33 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
147 DCHECK(new_check->index()->representation().IsSmiOrInteger32());
hydrogen-instructions.cc 987 if (r.IsSmiOrInteger32() && length()->HasRange()) {
1164 if (r.IsSmiOrInteger32() && value()->HasRange()) {
    [all...]
hydrogen-escape-analysis.cc 148 if (representation.IsSmiOrInteger32() || representation.IsDouble()) {
hydrogen-instructions.h 753 return !representation().IsSmiOrInteger32() && !representation().IsDouble();
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 624 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm.cc 475 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 636 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-ppc.cc 463 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 631 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-mips.cc 491 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 631 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 569 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-s390.cc 443 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 656 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-ia32.cc 452 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 654 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x87.cc 720 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 649 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x64.cc 434 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 783 if (instr->representation().IsSmiOrInteger32()) {
872 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/
property-details.h 178 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }

Completed in 921 milliseconds

1 2