Home
last modified time | relevance | path

Searched refs:next_obj (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h111 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/
Durl-parsing-with-wsgi.txt264 next_obj = obj._q_traverse(next)
265 if not next_obj:
267 return ObjectApp(next_obj)(environ, start_response)
Ddo-it-yourself-framework.txt209 next_obj = getattr(obj, next)
214 return self.find_object(next_obj, environ)
/external/v8/src/arm64/
Dbuiltins-arm64.cc488 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()