Searched refs:next_obj (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 111 HeapObject* next_obj = FromCurrentPage(); in Next() local 112 if (next_obj != NULL) return next_obj; in Next()
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | url-parsing-with-wsgi.txt | 264 next_obj = obj._q_traverse(next) 265 if not next_obj: 267 return ObjectApp(next_obj)(environ, start_response)
|
D | do-it-yourself-framework.txt | 209 next_obj = getattr(obj, next) 214 return self.find_object(next_obj, environ)
|
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 488 Register next_obj = obj_size; // May overlap. in Generate_JSConstructStubHelper() local 490 __ Allocate(obj_size, new_obj, next_obj, x11, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper() 538 __ Sub(end_of_pre_allocated, next_obj, in Generate_JSConstructStubHelper() 553 __ InitializeFieldsWithFiller(write_address, next_obj, filler); in Generate_JSConstructStubHelper() 570 __ InitializeFieldsWithFiller(write_address, next_obj, filler); in Generate_JSConstructStubHelper()
|