HomeSort by relevance Sort by last modified time
    Searched full:isconstantoperand (Results 1 - 12 of 12) sorted by null

  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 53 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
65 ASSERT(moves_[i].source()->IsConstantOperand());
247 } else if (source->IsConstantOperand()) {
lithium-codegen-arm.cc 323 } else if (op->IsConstantOperand()) {
361 } else if (op->IsConstantOperand()) {
416 if (op->IsConstantOperand()) {
552 } else if (op->IsConstantOperand()) {
    [all...]
lithium-arm.cc     [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 54 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
66 ASSERT(moves_[i].source()->IsConstantOperand());
251 } else if (source->IsConstantOperand()) {
lithium-codegen-mips.cc 293 } else if (op->IsConstantOperand()) {
331 } else if (op->IsConstantOperand()) {
384 if (op->IsConstantOperand()) {
520 } else if (op->IsConstantOperand()) {
959 if (right_op->IsConstantOperand() && !can_overflow) {
    [all...]
lithium-mips.cc     [all...]
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 52 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
60 ASSERT(moves_[i].source()->IsConstantOperand());
194 } else if (source->IsConstantOperand()) {
lithium-codegen-x64.cc 311 return op->IsConstantOperand() &&
317 return op->IsConstantOperand() &&
441 } else if (op->IsConstantOperand()) {
941 if (right->IsConstantOperand()) {
997 if (right->IsConstantOperand()) {
1020 if (right->IsConstantOperand())
    [all...]
  /external/v8/src/
lithium-allocator-inl.h 113 while (current_ < limit_ && instr_->InputAt(current_)->IsConstantOperand()) {
lithium.h 55 bool IsConstantOperand() const { return kind() == CONSTANT_OPERAND; }
263 ASSERT(op->IsConstantOperand());
560 return op == NULL || op->IsConstantOperand() || op->IsArgument();
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 56 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
64 ASSERT(moves_[i].source()->IsConstantOperand());
305 } else if (source->IsConstantOperand()) {
lithium-codegen-ia32.cc 441 } else if (op->IsConstantOperand()) {
501 } else if (context->IsConstantOperand()) {
974 if (right->IsConstantOperand()) {
    [all...]

Completed in 704 milliseconds