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

  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 177 ASSERT(destination->IsStackSlot());
182 } else if (source->IsStackSlot()) {
188 ASSERT(destination->IsStackSlot());
204 ASSERT(destination->IsStackSlot());
253 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
254 (source->IsStackSlot() && destination->IsRegister())) {
264 } else if ((source->IsStackSlot() && destination->IsStackSlot()) ||
lithium-codegen-x64.cc 347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
419 } else if (op->IsStackSlot()) {
646 if (pointer->IsStackSlot()) {
982 } else if (right->IsStackSlot()) {
1001 } else if (right->IsStackSlot()) {
    [all...]
lithium-x64.cc 58 ASSERT(spill_operand->IsStackSlot());
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 171 } else if (source->IsStackSlot()) {
192 } else if (saved_destination_->IsStackSlot()) {
219 ASSERT(destination->IsStackSlot());
223 } else if (source->IsStackSlot()) {
228 ASSERT(destination->IsStackSlot());
257 ASSERT(destination->IsStackSlot());
lithium-codegen-arm.cc 341 } else if (op->IsStackSlot() || op->IsArgument()) {
376 } else if (op->IsStackSlot() || op->IsArgument()) {
443 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
530 } else if (op->IsStackSlot()) {
763 if (pointer->IsStackSlot()) {
    [all...]
lithium-arm.cc 56 ASSERT(spill_operand->IsStackSlot());
    [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 172 } else if (source->IsStackSlot()) {
193 } else if (saved_destination_->IsStackSlot()) {
222 ASSERT(destination->IsStackSlot());
226 } else if (source->IsStackSlot()) {
231 ASSERT(destination->IsStackSlot());
261 ASSERT(destination->IsStackSlot());
lithium-codegen-mips.cc 311 } else if (op->IsStackSlot() || op->IsArgument()) {
346 } else if (op->IsStackSlot() || op->IsArgument()) {
411 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
498 } else if (op->IsStackSlot()) {
726 if (pointer->IsStackSlot()) {
    [all...]
lithium-mips.cc 56 ASSERT(spill_operand->IsStackSlot());
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 285 ASSERT(destination->IsRegister() || destination->IsStackSlot());
290 } else if (source->IsStackSlot()) {
291 ASSERT(destination->IsRegister() || destination->IsStackSlot());
315 ASSERT(destination->IsStackSlot());
372 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
373 (source->IsStackSlot() && destination->IsRegister())) {
392 } else if (source->IsStackSlot() && destination->IsStackSlot()) {
lithium-codegen-ia32.cc 339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
419 } else if (op->IsStackSlot()) {
499 } else if (context->IsStackSlot()) {
685 if (pointer->IsStackSlot()) {
    [all...]
lithium-ia32.cc 58 ASSERT(spill_operand->IsStackSlot());
    [all...]
  /external/v8/src/
lithium.cc 170 if (op->IsStackSlot() && op->index() < 0) return;
178 if (op->IsStackSlot() && op->index() < 0) return;
191 if (op->IsStackSlot() && op->index() < 0) return;
lithium.h 56 bool IsStackSlot() const { return kind() == STACK_SLOT; }
298 ASSERT(op->IsStackSlot());
322 ASSERT(op->IsStackSlot());
lithium-allocator.cc 808 if (first_output->IsStackSlot()) {
    [all...]
hydrogen.cc     [all...]

Completed in 459 milliseconds