OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:live_ranges
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/compiler/
live-range-separator.cc
50
DCHECK_NULL(data->
live_ranges
()[splinter->vreg()]);
51
data->
live_ranges
()[splinter->vreg()] = splinter;
107
size_t virt_reg_count = data()->
live_ranges
().size();
109
TopLevelLiveRange *range = data()->
live_ranges
()[vreg];
122
for (TopLevelLiveRange *top : data()->
live_ranges
()) {
142
int live_range_count = static_cast<int>(data()->
live_ranges
().size());
144
TopLevelLiveRange *range = data()->
live_ranges
()[i];
152
data()->
live_ranges
()[to_remove] = nullptr;
register-allocator.cc
916
DCHECK(GetSpillRange()->
live_ranges
().size() > 0);
[
all
...]
greedy-allocator.cc
120
for (TopLevelLiveRange* range : data()->
live_ranges
()) {
150
TopLevelLiveRange* other_top = data()->
live_ranges
()[j];
207
for (LiveRange* range : data()->
live_ranges
()) {
395
for (TopLevelLiveRange* top : data()->
live_ranges
()) {
register-allocator.h
696
const ZoneVector<TopLevelLiveRange*>&
live_ranges
() const {
function in class:v8::internal::compiler::final
699
ZoneVector<TopLevelLiveRange*>&
live_ranges
() { return live_ranges_; }
function in class:v8::internal::compiler::final
762
const ZoneVector<TopLevelLiveRange*>&
live_ranges
() const {
function in class:v8::internal::compiler::final
765
ZoneVector<TopLevelLiveRange*>&
live_ranges
() { return live_ranges_; }
function in class:v8::internal::compiler::final
[
all
...]
graph-visualizer.cc
516
for (auto range : data->
live_ranges
()) {
/external/v8/src/crankshaft/
lithium-allocator.cc
[
all
...]
lithium-allocator.h
339
const ZoneList<LiveRange*>*
live_ranges
() const { return &live_ranges_; }
function in class:v8::internal::BASE_EMBEDDED
hydrogen.cc
13439
const ZoneList<LiveRange*>*
live_ranges
= allocator->
live_ranges
();
local
[
all
...]
Completed in 478 milliseconds