OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_interval_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
lithium-allocator.cc
136
UseInterval* current_interval =
first_interval_
;
158
first_interval_
(NULL),
272
if (current_interval_ == NULL) return
first_interval_
;
275
return
first_interval_
;
325
result->
first_interval_
= after;
389
ASSERT(
first_interval_
!= NULL);
390
ASSERT(
first_interval_
->start().Value() <= start.Value());
391
ASSERT(start.Value() <
first_interval_
->end().Value());
392
first_interval_
->set_start(start);
402
while (
first_interval_
!= NULL &
[
all
...]
lithium-allocator.h
283
UseInterval* first_interval() const { return
first_interval_
; }
383
UseInterval*
first_interval_
;
member in class:v8::internal::LiveRange
Completed in 146 milliseconds