OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveObjectList
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
liveobjectlist-inl.h
33
#include "
liveobjectlist
.h"
40
void
LiveObjectList
::GCEpilogue() {
46
void
LiveObjectList
::GCPrologue() {
56
void
LiveObjectList
::IterateElements(ObjectVisitor* v) {
62
void
LiveObjectList
::ProcessNonLive(HeapObject *obj) {
68
void
LiveObjectList
::UpdateReferencesForScavengeGC() {
69
if (
LiveObjectList
::NeedLOLProcessing()) {
71
LiveObjectList
::IterateElements(&update_visitor);
76
LiveObjectList
*
LiveObjectList
::FindLolForId(int id
[
all
...]
liveobjectlist.h
57
// The
LiveObjectList
is both a mechanism for tracking a live capture of
62
//
LiveObjectList
(and lol) is used to describe both the mechanism and the
75
class
LiveObjectList
{
123
explicit
LiveObjectList
(
LiveObjectList
* prev, int capacity);
124
~
LiveObjectList
();
167
LiveObjectList
* prev() { return prev_; }
168
LiveObjectList
* next() { return next_; }
172
static
LiveObjectList
* last() { return last_; }
174
inline static
LiveObjectList
* FindLolForId(int id, LiveObjectList* start_lol)
[
all
...]
liveobjectlist.cc
40
#include "
liveobjectlist
-inl.h"
352
LolIterator(
LiveObjectList
* older,
LiveObjectList
* newer)
401
inline void SetCurrent(
LiveObjectList
* new_curr) {
410
LiveObjectList
* older_;
411
LiveObjectList
* newer_;
412
LiveObjectList
* curr_;
413
LiveObjectList
::Element* elements_;
421
LolForwardIterator(
LiveObjectList
* first,
LiveObjectList
* last
[
all
...]
mark-compact.cc
36
#include "
liveobjectlist
-inl.h"
[
all
...]
runtime.cc
46
#include "
liveobjectlist
-inl.h"
[
all
...]
heap.cc
38
#include "
liveobjectlist
-inl.h"
403
LiveObjectList
::GCPrologue();
416
LiveObjectList
::GCEpilogue();
[
all
...]
debug-debugger.js
[
all
...]
spaces.cc
30
#include "
liveobjectlist
-inl.h"
[
all
...]
Completed in 251 milliseconds