OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:implicit_ref_connections_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
global-handles.cc
914
implicit_ref_connections_
.Add(ObjectGroupConnection(id, child));
943
implicit_ref_connections_
.Clear();
957
implicit_ref_connections_
.Clear();
963
implicit_ref_connections_
.Sort();
981
while (current_implicit_refs_start <
implicit_ref_connections_
.length() &&
982
implicit_ref_connections_
[current_implicit_refs_start].id <
986
while (current_implicit_refs_end <
implicit_ref_connections_
.length() &&
987
implicit_ref_connections_
[current_implicit_refs_end].id ==
1009
implicit_ref_connections_
[j].object;
1052
implicit_ref_connections_
.Clear()
[
all
...]
global-handles.h
296
// retainer_infos_ and
implicit_ref_connections_
) to the public and more
338
List<ObjectGroupConnection>
implicit_ref_connections_
;
member in class:v8::internal::GlobalHandles
Completed in 27 milliseconds