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

1 2

  /external/chromium_org/v8/src/
hydrogen-canonicalize.cc 42 if (instr->representation().IsInteger32()) {
hydrogen-representation-changes.cc 53 if (is_truncating_to_int && to.IsInteger32()) {
107 if (phi->representation().IsInteger32()) {
122 if ((phi->representation().IsInteger32() &&
123 !(input_representation.IsInteger32() &&
145 ((input->representation().IsInteger32() &&
property-details.h 145 bool IsInteger32() const { return kind_ == kInteger32; }
146 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }
hydrogen-uint32-analysis.cc 213 current->representation().IsInteger32() &&
type-info.h 153 inline bool IsInteger32() {
hydrogen-instructions.cc     [all...]
  /external/v8/src/arm/
lithium-arm.cc 845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
    [all...]
lithium-gap-resolver-arm.cc 251 if (cgen_->IsInteger32(constant_source)) {
259 if (cgen_->IsInteger32(constant_source)) {
  /external/v8/src/mips/
lithium-mips.cc 845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
    [all...]
lithium-gap-resolver-mips.cc 255 if (cgen_->IsInteger32(constant_source)) {
263 if (cgen_->IsInteger32(constant_source)) {
  /external/v8/src/x64/
lithium-x64.cc 840 ASSERT(instr->representation().IsInteger32());
841 ASSERT(instr->left()->representation().IsInteger32());
842 ASSERT(instr->right()->representation().IsInteger32());
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
    [all...]
lithium-gap-resolver-ia32.cc 309 if (cgen_->IsInteger32(constant_source)) {
317 if (cgen_->IsInteger32(constant_source)) {
lithium-codegen-ia32.h 81 bool IsInteger32(LConstantOperand* op) const;
  /external/v8/src/
hydrogen-instructions.cc 852 if (!representation().IsInteger32()) return this;
870 if (!representation().IsInteger32()) return this;
877 if (!representation().IsInteger32()) return this;
1023 result->set_can_be_minus_zero(!representation().IsInteger32());
1030 if (from().IsInteger32() &&
1038 if (to().IsInteger32()) result->set_can_be_minus_zero(false);
1054 if (representation().IsInteger32()) {
1072 if (representation().IsInteger32()) {
1089 if (representation().IsInteger32()) {
1105 if (representation().IsInteger32()) {
    [all...]
type-info.h 153 inline bool IsInteger32() {
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 252 if (cgen_->IsInteger32(constant_source)) {
266 if (cgen_->IsInteger32(constant_source)) {
lithium-arm.cc     [all...]
lithium-codegen-arm.h 128 bool IsInteger32(LConstantOperand* op) const;
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 256 if (cgen_->IsInteger32(constant_source)) {
270 if (cgen_->IsInteger32(constant_source)) {
lithium-codegen-mips.h 127 bool IsInteger32(LConstantOperand* op) const;
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 311 if (cgen_->IsInteger32(constant_source)) {
344 if (cgen_->IsInteger32(constant_source)) {
lithium-ia32.cc     [all...]
lithium-codegen-ia32.h 111 bool IsInteger32(LConstantOperand* op) const;
  /external/chromium_org/v8/src/x64/
lithium-x64.cc     [all...]

Completed in 404 milliseconds

1 2