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

  /art/compiler/optimizing/
parallel_move_resolver.h 73 bool IsSpilled() const { return spilled_; }
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips64.cc 494 int stack_offset = ensure_scratch.IsSpilled() ? kMips64DoublewordSize : 0;
    [all...]
code_generator_mips.cc 648 int stack_offset = ensure_scratch.IsSpilled() ? kMipsWordSize : 0;
    [all...]
code_generator_arm.cc     [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 119 DCHECK(!HasRegisterAssigned() && !IsSpilled());
126 DCHECK(!IsSpilled());
203 DCHECK(!IsSpilled());
214 } else if (IsSpilled()) {
    [all...]
lithium-allocator.h 243 bool IsSpilled() const { return spilled_; }
hydrogen.cc     [all...]

Completed in 252 milliseconds