Searched refs:IsStackSlot (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc177 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()) ||
H A Dlithium-codegen-x64.cc347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
419 } else if (op->IsStackSlot()) {
646 if (pointer->IsStackSlot()) {
982 } else if (right->IsStackSlot()) {
1001 } else if (right->IsStackSlot()) {
1036 } else if (right->IsStackSlot()) {
3612 ASSERT(input->IsRegister() || input->IsStackSlot());
H A Dlithium-x64.cc58 ASSERT(spill_operand->IsStackSlot());
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc171 } 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());
H A Dlithium-codegen-arm.cc341 } 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()) {
1254 if (right_op->IsStackSlot() || right_op->IsArgument()) {
1352 if (right->IsStackSlot() || right->IsArgument()) {
1505 if (right->IsStackSlot() || right->IsArgument()) {
3890 ASSERT(input->IsRegister() || input->IsStackSlot());
3894 if (input->IsStackSlot()) {
[all...]
H A Dlithium-arm.cc56 ASSERT(spill_operand->IsStackSlot());
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc172 } 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());
H A Dlithium-codegen-mips.cc311 } 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()) {
1059 if (right_op->IsStackSlot() || right_op->IsArgument()) {
1155 if (right->IsStackSlot() || right->IsArgument()) {
1165 if (right->IsStackSlot() ||
1324 if (right->IsStackSlot() || right->IsArgument()) {
1334 if (right->IsStackSlot() ||
[all...]
H A Dlithium-mips.cc56 ASSERT(spill_operand->IsStackSlot());
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc285 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()) {
H A Dlithium-codegen-ia32.cc339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
419 } else if (op->IsStackSlot()) {
499 } else if (context->IsStackSlot()) {
685 if (pointer->IsStackSlot()) {
3656 ASSERT(input->IsRegister() || input->IsStackSlot());
H A Dlithium-ia32.cc58 ASSERT(spill_operand->IsStackSlot());
/external/v8/src/
H A Dlithium.cc170 if (op->IsStackSlot() && op->index() < 0) return;
178 if (op->IsStackSlot() && op->index() < 0) return;
191 if (op->IsStackSlot() && op->index() < 0) return;
H A Dlithium.h56 bool IsStackSlot() const { return kind() == STACK_SLOT; } function in class:v8::internal::LOperand
298 ASSERT(op->IsStackSlot());
322 ASSERT(op->IsStackSlot());
H A Dlithium-allocator.cc808 if (first_output->IsStackSlot()) {
1432 ASSERT(!operand->IsStackSlot());
H A Dhydrogen.cc8044 ASSERT(op->IsStackSlot());

Completed in 390 milliseconds