OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_interval_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
lithium-allocator.cc
141
current_interval_
(NULL),
259
if (
current_interval_
== NULL) return first_interval_;
260
if (
current_interval_
->start().Value() > position.Value()) {
261
current_interval_
= NULL;
264
return
current_interval_
;
273
current_interval_
== NULL ? LifetimePosition::Invalid()
274
:
current_interval_
->start();
276
current_interval_
= to_start_of;
352
current_interval_
= NULL;
[
all
...]
lithium-allocator.h
402
mutable UseInterval*
current_interval_
;
member in class:v8::internal::LiveRange