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 68 if (from.IsSmiOrInteger32()) {
71 instr->to().IsSmiOrInteger32());
119 if (test->representation().IsSmiOrInteger32()) {
225 if (instr->representation().IsSmiOrInteger32() &&
232 if (instr->RequiredInputRepresentation(0).IsSmiOrInteger32() &&
239 if (!instr->from().IsSmiOrInteger32() &&
hydrogen-dehoist.cc 14 if (!index->representation().IsSmiOrInteger32()) return;
hydrogen-representation-changes.cc 140 if (phi->representation().IsSmiOrInteger32() &&
166 input->representation().IsSmiOrInteger32() &&
hydrogen-bce.cc 32 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
146 DCHECK(new_check->index()->representation().IsSmiOrInteger32());
hydrogen-instructions.cc 962 if (r.IsSmiOrInteger32() && length()->HasRange()) {
1141 if (r.IsSmiOrInteger32() && value()->HasRange()) {
    [all...]
hydrogen-escape-analysis.cc 148 if (representation.IsSmiOrInteger32() || representation.IsDouble()) {
hydrogen-instructions.h 759 return !representation().IsSmiOrInteger32() && !representation().IsDouble();
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 650 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm.cc 467 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 662 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-ppc.cc 439 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 591 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-s390.cc 417 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 657 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-mips.cc 464 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 657 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 682 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-ia32.cc 444 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 680 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x87.cc 712 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 673 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x64.cc 425 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 809 if (instr->representation().IsSmiOrInteger32()) {
898 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/
property-details.h 183 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }

Completed in 1905 milliseconds

1 2