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

  /art/compiler/optimizing/
parallel_move_resolver.h 70 bool IsSpilled() const { return spilled_; }
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips64.cc 458 int stack_offset = ensure_scratch.IsSpilled() ? kMips64WordSize : 0;
    [all...]
code_generator_arm.cc     [all...]
  /external/v8/src/compiler/
register-allocator.cc 112 DCHECK(!HasRegisterAssigned() && !IsSpilled());
119 DCHECK(!IsSpilled());
196 DCHECK(!IsSpilled());
207 } else if (IsSpilled()) {
    [all...]
register-allocator.h 240 bool IsSpilled() const { return spilled_; }
  /external/v8/src/
lithium-allocator.cc 116 DCHECK(!HasRegisterAssigned() && !IsSpilled());
123 DCHECK(!IsSpilled());
200 DCHECK(!IsSpilled());
211 } else if (IsSpilled()) {
    [all...]
lithium-allocator.h 243 bool IsSpilled() const { return spilled_; }
hydrogen.cc     [all...]

Completed in 350 milliseconds