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

1 2 3

  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 153 DCHECK(destination->IsStackSlot());
158 } else if (source->IsStackSlot()) {
164 DCHECK(destination->IsStackSlot());
199 DCHECK(destination->IsStackSlot());
251 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
252 (source->IsStackSlot() && destination->IsRegister())) {
262 } else if ((source->IsStackSlot() && destination->IsStackSlot()) ||
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 163 } else if (source->IsStackSlot()) {
184 } else if (saved_destination_->IsStackSlot()) {
211 DCHECK(destination->IsStackSlot());
214 } else if (source->IsStackSlot()) {
219 DCHECK(destination->IsStackSlot());
249 DCHECK(destination->IsStackSlot());
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 159 } else if (source->IsStackSlot()) {
184 } else if (saved_destination_->IsStackSlot()) {
213 DCHECK(destination->IsStackSlot());
217 } else if (source->IsStackSlot()) {
222 DCHECK(destination->IsStackSlot());
241 DCHECK(destination->IsStackSlot());
delayed-masm-arm64.cc 17 DCHECK((src->IsStackSlot() && dst->IsStackSlot()) ||
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 148 } else if (source->IsStackSlot()) {
169 } else if (saved_destination_->IsStackSlot()) {
198 DCHECK(destination->IsStackSlot());
201 } else if (source->IsStackSlot()) {
206 DCHECK(destination->IsStackSlot());
242 DCHECK(destination->IsStackSlot());
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 148 } else if (source->IsStackSlot()) {
169 } else if (saved_destination_->IsStackSlot()) {
198 DCHECK(destination->IsStackSlot());
201 } else if (source->IsStackSlot()) {
206 DCHECK(destination->IsStackSlot());
242 DCHECK(destination->IsStackSlot());
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 150 } else if (source->IsStackSlot()) {
171 } else if (saved_destination_->IsStackSlot()) {
198 DCHECK(destination->IsStackSlot());
201 } else if (source->IsStackSlot()) {
206 DCHECK(destination->IsStackSlot());
231 DCHECK(destination->IsStackSlot());
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 271 DCHECK(destination->IsRegister() || destination->IsStackSlot());
276 } else if (source->IsStackSlot()) {
277 DCHECK(destination->IsRegister() || destination->IsStackSlot());
313 DCHECK(destination->IsStackSlot());
379 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
380 (source->IsStackSlot() && destination->IsRegister())) {
399 } else if (source->IsStackSlot() && destination->IsStackSlot()) {
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 270 DCHECK(destination->IsRegister() || destination->IsStackSlot());
275 } else if (source->IsStackSlot()) {
276 DCHECK(destination->IsRegister() || destination->IsStackSlot());
316 DCHECK(destination->IsStackSlot());
376 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
377 (source->IsStackSlot() && destination->IsRegister())) {
396 } else if (source->IsStackSlot() && destination->IsStackSlot()) {
  /external/v8/src/compiler/
gap-resolver.cc 97 if (source.IsStackSlot() || source.IsDoubleStackSlot()) {
  /art/compiler/optimizing/
locations.cc 91 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) {
locations.h 249 bool IsStackSlot() const {
266 DCHECK(IsStackSlot() || IsDoubleStackSlot());
508 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated());
585 || input.IsStackSlot()
parallel_move_resolver.cc 50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) &&
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) {
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) {
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_mips64.cc 647 if (source.IsStackSlot() ||
663 if (source.IsStackSlot() || source.IsDoubleStackSlot()) {
665 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword;
735 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot());
739 dst_type = destination.IsStackSlot() ? Primitive::kPrimInt : Primitive::kPrimLong;
741 dst_type = destination.IsStackSlot() ? Primitive::kPrimFloat : Primitive::kPrimDouble;
747 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
762 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
764 if (destination.IsStackSlot()) {
780 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot())
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 50 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 151 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 213 if (op->IsStackSlot() && op->index() < 0) return;
221 if (op->IsStackSlot() && op->index() < 0) return;
234 if (op->IsStackSlot() && op->index() < 0) return;
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 209 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 44 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 105 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 122 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 122 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 51 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
    [all...]

Completed in 781 milliseconds

1 2 3