Searched refs:lol (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dliveobjectlist-inl.h79 LiveObjectList* lol = start_lol; local
80 while (lol != NULL) {
81 if (lol->id() == id) {
82 return lol;
84 lol = lol->prev_;
91 // Iterates the elements in every lol and returns the one that matches the
96 LiveObjectList* lol = last(); local
97 while (lol != NULL) {
98 Element* elements = lol
[all...]
H A Dliveobjectlist.cc678 // Fill the array with the lol object details.
857 // A summary writer for filling in a summary of lol lists and diffs.
868 // Fill the summary with the lol object details.
947 LiveObjectList* lol = this; local
951 Element* elements = lol->elements_;
952 for (int i = 0; i < lol->obj_count_; i++) {
957 count += lol->obj_count_;
958 lol = lol->prev_;
959 } while (lol !
1002 LiveObjectList* lol = this; local
1024 LiveObjectList* lol = last(); local
1076 LiveObjectList* lol = last(); local
1113 LiveObjectList* lol; local
1186 LiveObjectList* lol = last(); local
1555 LiveObjectList* lol = first_; local
1629 LiveObjectList* lol = last(); local
2281 LiveObjectList* lol = last(); local
2298 LiveObjectList* lol = last(); local
2477 LiveObjectList* lol = last(); local
[all...]
H A Dd8.js511 case 'lol':
1174 args && (args == 'liveobjectlist' || args == 'lol')) {
1297 request = this.createLOLRequest('lol-'+cmd,
1303 request = this.createRequest('lol-'+cmd);
1363 request = this.createRequest('lol-capture');
1377 // Delete a specific lol record:
1378 request = this.createRequest('lol-delete');
1383 request = this.createRequest('lol-reset');
1431 request = this.createRequest('lol-getid');
1444 request = this.createLOLRequest('lol
[all...]

Completed in 92 milliseconds