OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHighInterval
(Results
1 - 6
of
6
) sorted by null
/art/compiler/optimizing/
register_allocator_linear_scan.cc
40
return GetHighForLowRegister(low->GetRegister()) != low->
GetHighInterval
()->GetRegister();
256
LiveInterval* high = interval->
GetHighInterval
();
353
LiveInterval* high = current->
GetHighInterval
();
365
LiveInterval* high = current->
GetHighInterval
();
584
if (current->HasHighInterval() && !current->
GetHighInterval
()->HasRegister()) {
585
current->
GetHighInterval
()->SetRegister(GetHighForLowRegister(current->GetRegister()));
601
DCHECK(interval->
GetHighInterval
()->IsDeadAt(position));
602
free_until[interval->
GetHighInterval
()->GetRegister()] = kMaxLifetimePosition;
609
DCHECK(!interval->
GetHighInterval
()->CoversSlow(position));
610
free_until[interval->
GetHighInterval
()->GetRegister()] = free_until[interval->GetRegister()]
[
all
...]
register_allocator_graph_color.cc
699
LiveInterval* high = interval->
GetHighInterval
();
707
DCHECK(!interval->HasHighInterval() || !interval->
GetHighInterval
()->HasRegister());
[
all
...]
register_allocator.cc
222
interval->
GetHighInterval
()->ClearRegister();
230
LiveInterval* high = interval->
GetHighInterval
()->SplitAt(position);
ssa_liveness_analysis.cc
510
return Location::FpuRegisterPairLocation(GetRegister(),
GetHighInterval
()->GetRegister());
516
return Location::RegisterPairLocation(GetRegister(),
GetHighInterval
()->GetRegister());
register_allocation_resolver.cc
218
temp->GetRegister(), temp->
GetHighInterval
()->GetRegister());
ssa_liveness_analysis.h
827
LiveInterval*
GetHighInterval
() const {
[
all
...]
Completed in 154 milliseconds