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

  /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 88 } else if (location.IsDoubleStackSlot()) {
    [all...]
register_allocation_resolver.cc 69 } else if (location.IsDoubleStackSlot()) {
505 || destination.IsDoubleStackSlot()
parallel_move_test.cc 49 DCHECK(location.IsDoubleStackSlot())<< location;
code_generator_arm64.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_mips64.cc     [all...]
graph_visualizer.cc 317 } else if (location.IsDoubleStackSlot()) {
    [all...]
code_generator_mips.cc     [all...]
register_allocator_linear_scan.cc 370 } else if (output.IsStackSlot() || output.IsDoubleStackSlot()) {
    [all...]
code_generator_arm_vixl.cc     [all...]
register_allocator_graph_color.cc     [all...]
intrinsics_x86.cc     [all...]
  /external/v8/src/compiler/
instruction.cc 113 } else if (IsDoubleRegister() || IsDoubleStackSlot()) {
114 return op->IsDoubleRegister() || op->IsDoubleStackSlot();
    [all...]
instruction.h 90 inline bool IsDoubleStackSlot() const;
626 bool InstructionOperand::IsDoubleStackSlot() const {
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]

Completed in 711 milliseconds