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

  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 68 if (from.IsSmiOrInteger32()) {
71 instr->to().IsSmiOrInteger32());
77 if (instr->value()->representation().IsSmiOrInteger32()) {
125 if (test->representation().IsSmiOrInteger32()) {
231 if (instr->representation().IsSmiOrInteger32() &&
238 if (instr->RequiredInputRepresentation(0).IsSmiOrInteger32() &&
245 if (!instr->from().IsSmiOrInteger32() &&
hydrogen-dehoist.cc 13 if (!index->representation().IsSmiOrInteger32()) return;
hydrogen-representation-changes.cc 130 if (phi->representation().IsSmiOrInteger32() &&
156 input->representation().IsSmiOrInteger32() &&
hydrogen-bce.cc 32 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
145 DCHECK(new_check->index()->representation().IsSmiOrInteger32());
property-details.h 152 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }
hydrogen-instructions.cc 1056 if (r.IsSmiOrInteger32() && length()->HasRange()) {
    [all...]
hydrogen-escape-analysis.cc 147 if (representation.IsSmiOrInteger32() || representation.IsDouble()) {
hydrogen-instructions.h 846 return !representation().IsSmiOrInteger32() && !representation().IsDouble();
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 675 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm.cc 508 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 682 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-mips.cc 503 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 682 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-mips64.cc 448 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 715 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-ia32.cc 550 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 714 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x87.cc 813 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 697 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-x64.cc 421 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32();
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 854 if (instr->representation().IsSmiOrInteger32()) {
938 if (instr->representation().IsSmiOrInteger32()) {
    [all...]
lithium-codegen-arm64.cc     [all...]

Completed in 830 milliseconds