OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocationSummary
(Results
1 - 12
of
12
) sorted by null
/art/compiler/optimizing/
locations.cc
23
LocationSummary
::
LocationSummary
(HInstruction* instruction)
code_generator_x86_64.cc
387
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(if_instr);
446
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(store);
471
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(comp);
482
LocationSummary
* locations = comp->GetLocations();
547
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(compare);
556
LocationSummary
* locations = compare->GetLocations()
[
all
...]
code_generator_arm.cc
456
LocationSummary
* locations = instruction->GetLocations();
548
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(if_instr);
571
LocationSummary
* locations = condition->GetLocations();
598
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(comp);
610
LocationSummary
* locations = comp->GetLocations();
698
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(store);
723
LocationSummary
* locations = new (GetGraph()->GetArena()) LocationSummary(constant)
[
all
...]
code_generator_x86.cc
506
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(if_instr);
567
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(store);
592
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(comp);
603
LocationSummary
* locations = comp->GetLocations();
668
LocationSummary
* locations = new (GetGraph()->GetArena())
LocationSummary
(constant);
677
LocationSummary
* locations = new (GetGraph()->GetArena()) LocationSummary(constant)
[
all
...]
locations.h
269
* The code generator computes
LocationSummary
for each instruction so that
274
* register allocation. A register allocator just has to provide a
LocationSummary
.
276
class
LocationSummary
: public ArenaObject {
278
explicit
LocationSummary
(HInstruction* instruction);
319
DISALLOW_COPY_AND_ASSIGN(
LocationSummary
);
ssa_liveness_analysis.cc
111
LocationSummary
* locations = current->GetLocations();
128
LocationSummary
* locations = current->GetLocations();
graph_visualizer.cc
156
LocationSummary
* locations = instruction->GetLocations();
nodes.h
36
class
LocationSummary
;
556
LocationSummary
* GetLocations() const { return locations_; }
557
void SetLocations(
LocationSummary
* locations) { locations_ = locations; }
600
LocationSummary
* locations_;
[
all
...]
register_allocator.cc
121
LocationSummary
* locations = instruction->GetLocations();
823
LocationSummary
* locations = use->GetUser()->GetLocations();
[
all
...]
code_generator.cc
147
LocationSummary
* locations = instruction->GetLocations();
ssa_liveness_analysis.h
292
LocationSummary
* locations = defined_by_->GetLocations();
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 3246 milliseconds