OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:object_groups_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
global-handles.cc
620
for (int i = 0; i <
object_groups_
.length(); i++) {
621
ObjectGroup* entry =
object_groups_
.at(i);
637
object_groups_
[last++] = entry;
654
object_groups_
.at(i) = NULL;
656
object_groups_
.Rewind(last);
879
object_groups_
.Add(group);
927
for (int i = 0; i <
object_groups_
.length(); i++)
928
delete
object_groups_
.at(i);
929
object_groups_
.Clear();
1038
object_groups_
.Add(group)
[
all
...]
global-handles.h
270
return &
object_groups_
;
297
// efficient representation (
object_groups_
and implicit_ref_groups_).
331
List<ObjectGroup*>
object_groups_
;
member in class:v8::internal::GlobalHandles
/external/v8/src/
global-handles.h
217
List<ObjectGroup*>* object_groups() { return &
object_groups_
; }
274
List<ObjectGroup*>
object_groups_
;
member in class:v8::internal::GlobalHandles
global-handles.cc
685
object_groups_
.Add(ObjectGroup::New(handles, length, info));
704
for (int i = 0; i <
object_groups_
.length(); i++) {
705
object_groups_
.at(i)->Dispose();
707
object_groups_
.Clear();
Completed in 128 milliseconds