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

  /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)) {
lithium-codegen-arm.h 96 bool IsInteger32(LConstantOperand* op) const;
lithium-codegen-arm.cc 327 if (r.IsInteger32()) {
365 if (r.IsInteger32()) {
395 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
396 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
402 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
420 if (r.IsInteger32()) {
    [all...]
  /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)) {
lithium-codegen-mips.h 96 bool IsInteger32(LConstantOperand* op) const;
lithium-codegen-mips.cc 297 if (r.IsInteger32()) {
335 if (r.IsInteger32()) {
363 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
364 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
370 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
388 if (r.IsInteger32()) {
    [all...]
  /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...]
lithium-codegen-x64.cc 312 chunk_->LookupLiteralRepresentation(op).IsInteger32();
324 ASSERT(chunk_->LookupLiteralRepresentation(op).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;
lithium-codegen-ia32.cc 311 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
331 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
    [all...]
  /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() {
ic.cc     [all...]
hydrogen-instructions.h 317 bool IsInteger32() const { return kind_ == kInteger32; }
    [all...]
hydrogen.cc     [all...]

Completed in 111 milliseconds