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

1 2

  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 177 ASSERT(destination->IsStackSlot());
182 } else if (source->IsStackSlot()) {
188 ASSERT(destination->IsStackSlot());
216 ASSERT(destination->IsStackSlot());
267 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
268 (source->IsStackSlot() && destination->IsRegister())) {
278 } else if ((source->IsStackSlot() && destination->IsStackSlot()) ||
lithium-codegen-x64.cc 455 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
558 if (op->IsStackSlot()) {
638 } else if (context->IsStackSlot()) {
867 if (pointer->IsStackSlot()) {
    [all...]
  /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/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 171 } else if (source->IsStackSlot()) {
192 } else if (saved_destination_->IsStackSlot()) {
219 ASSERT(destination->IsStackSlot());
222 } else if (source->IsStackSlot()) {
227 ASSERT(destination->IsStackSlot());
262 ASSERT(destination->IsStackSlot());
lithium-codegen-arm.cc 417 } else if (op->IsStackSlot() || op->IsArgument()) {
453 } else if (op->IsStackSlot() || op->IsArgument()) {
547 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
663 if (op->IsStackSlot()) {
744 } else if (context->IsStackSlot()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 172 } else if (source->IsStackSlot()) {
193 } else if (saved_destination_->IsStackSlot()) {
222 ASSERT(destination->IsStackSlot());
225 } else if (source->IsStackSlot()) {
230 ASSERT(destination->IsStackSlot());
266 ASSERT(destination->IsStackSlot());
lithium-codegen-mips.cc 398 } else if (op->IsStackSlot() || op->IsArgument()) {
434 } else if (op->IsStackSlot() || op->IsArgument()) {
526 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
642 if (op->IsStackSlot()) {
711 } else if (context->IsStackSlot()) {
934 if (pointer->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...]
  /external/chromium_org/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());
340 ASSERT(destination->IsStackSlot());
430 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
431 (source->IsStackSlot() && destination->IsRegister())) {
450 } else if (source->IsStackSlot() && destination->IsStackSlot()) {
lithium-codegen-ia32.cc 819 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
936 if (op->IsStackSlot()) {
1016 } else if (context->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...]
  /external/chromium_org/v8/src/
lithium.cc 199 if (op->IsStackSlot() && op->index() < 0) return;
207 if (op->IsStackSlot() && op->index() < 0) return;
220 if (op->IsStackSlot() && op->index() < 0) return;
lithium.h 365 ASSERT(op->IsStackSlot());
390 ASSERT(op->IsStackSlot());
lithium-allocator.cc 827 if (first_output->IsStackSlot()) {
    [all...]

Completed in 1105 milliseconds

1 2