OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unhandled_
(Results
1 - 3
of
3
) sorted by null
/art/compiler/optimizing/
register_allocator.cc
48
unhandled_
(nullptr),
195
unhandled_
= &unhandled_core_intervals_;
198
// Fixed interval is added to inactive_ instead of
unhandled_
.
201
// Fixed interval is never split and never moves to
unhandled_
.
215
unhandled_
= &unhandled_fp_intervals_;
218
// Fixed interval is added to inactive_ instead of
unhandled_
.
221
// Fixed interval is never split and never moves to
unhandled_
.
592
auto unhandled = (
unhandled_
!= nullptr) ?
593
unhandled_
: &unhandled_core_intervals_;
605
while (!
unhandled_
->empty())
[
all
...]
register_allocator.h
176
ArenaVector<LiveInterval*>*
unhandled_
;
member in class:art::RegisterAllocator
register_allocator_test.cc
445
register_allocator.
unhandled_
= ®ister_allocator.unhandled_core_intervals_;
450
ASSERT_EQ(1u, register_allocator.
unhandled_
->size());
453
ASSERT_EQ(20u, register_allocator.
unhandled_
->front()->GetStart());
[
all
...]
Completed in 707 milliseconds