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

1 2

  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 218 DCHECK(destination->IsDoubleStackSlot());
221 } else if (source->IsDoubleStackSlot()) {
226 DCHECK(destination->IsDoubleStackSlot());
264 (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot())) {
283 DCHECK((source->IsDoubleRegister() && destination->IsDoubleStackSlot()) ||
284 (source->IsDoubleStackSlot() && destination->IsDoubleRegister()));
289 DCHECK(other->IsDoubleStackSlot());
  /art/compiler/optimizing/
locations.h 226 DCHECK(IsDoubleStackSlot());
237 DCHECK(IsDoubleStackSlot());
268 bool IsDoubleStackSlot() const {
285 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot());
291 DCHECK(IsDoubleStackSlot());
307 } else if (IsPair() || IsDoubleStackSlot()) {
319 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
538 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated());
656 || input.IsDoubleStackSlot();
    [all...]
parallel_move_resolver.cc 50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) &&
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) {
85 } else if (location.IsDoubleStackSlot()) {
97 } else if (location.IsDoubleStackSlot()) {
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) {
locations.cc 104 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) {
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator.cc 89 } else if (location.IsDoubleStackSlot()) {
    [all...]
register_allocation_resolver.cc 69 } else if (location.IsDoubleStackSlot()) {
505 || destination.IsDoubleStackSlot()
parallel_move_test.cc 48 DCHECK(location.IsDoubleStackSlot())<< location;
code_generator_arm64.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_mips64.cc     [all...]
graph_visualizer.cc 318 } else if (location.IsDoubleStackSlot()) {
    [all...]
code_generator_arm_vixl.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 168 } else if (source->IsDoubleStackSlot()) {
188 } else if (saved_destination_->IsDoubleStackSlot()) {
268 DCHECK(destination->IsDoubleStackSlot());
272 } else if (source->IsDoubleStackSlot()) {
277 DCHECK(destination->IsDoubleStackSlot());
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 164 } else if (source->IsDoubleStackSlot()) {
190 } else if (saved_destination_->IsDoubleStackSlot()) {
272 DCHECK(destination->IsDoubleStackSlot());
276 } else if (source->IsDoubleStackSlot()) {
281 DCHECK(destination->IsDoubleStackSlot());
delayed-masm-arm64.cc 18 (src->IsDoubleStackSlot() && dst->IsDoubleStackSlot()));
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 152 } else if (source->IsDoubleStackSlot()) {
174 } else if (saved_destination_->IsDoubleStackSlot()) {
260 DCHECK(destination->IsDoubleStackSlot());
265 } else if (source->IsDoubleStackSlot()) {
270 DCHECK(destination->IsDoubleStackSlot());
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 152 } else if (source->IsDoubleStackSlot()) {
174 } else if (saved_destination_->IsDoubleStackSlot()) {
261 DCHECK(destination->IsDoubleStackSlot());
266 } else if (source->IsDoubleStackSlot()) {
271 DCHECK(destination->IsDoubleStackSlot());
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 154 } else if (source->IsDoubleStackSlot()) {
175 } else if (saved_destination_->IsDoubleStackSlot()) {
246 DCHECK(destination->IsDoubleStackSlot());
250 } else if (source->IsDoubleStackSlot()) {
255 DCHECK(destination->IsDoubleStackSlot());
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc 150 } else if (source->IsDoubleStackSlot()) {
170 } else if (saved_destination_->IsDoubleStackSlot()) {
240 DCHECK(destination->IsDoubleStackSlot());
244 } else if (source->IsDoubleStackSlot()) {
249 DCHECK(destination->IsDoubleStackSlot());
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 332 DCHECK(destination->IsDoubleStackSlot());
336 } else if (source->IsDoubleStackSlot()) {
338 destination->IsDoubleStackSlot());
424 DCHECK(source->IsDoubleStackSlot() || destination->IsDoubleStackSlot());
433 } else if (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot()) {
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 326 if (destination->IsDoubleStackSlot()) {
335 } else if (source->IsDoubleStackSlot()) {
339 if (destination->IsDoubleStackSlot()) {
  /external/v8/src/crankshaft/
lithium.cc 221 DCHECK(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
229 DCHECK(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
242 DCHECK(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
  /external/v8/src/compiler/
instruction.h 93 inline bool IsDoubleStackSlot() const;
628 bool InstructionOperand::IsDoubleStackSlot() const {
    [all...]

Completed in 961 milliseconds

1 2