Home
last modified time | relevance | path

Searched refs:prev_limit (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dlocal-handles.h64 Address* prev_limit);
67 Address* prev_limit);
H A Dhandles-inl.h116 Address* prev_limit) { in CloseScope()
126 if (V8_UNLIKELY(current->limit != prev_limit)) { in CloseScope()
127 current->limit = prev_limit; in CloseScope()
128 limit = prev_limit; in CloseScope()
115 CloseScope(Isolate* isolate, Address* prev_next, Address* prev_limit) CloseScope() argument
H A Dlocal-handles.cc33 Address* prev_limit) { in CloseMainThreadScope()
35 HandleScope::CloseScope(isolate, prev_next, prev_limit); in CloseMainThreadScope()
31 CloseMainThreadScope(LocalHeap* local_heap, Address* prev_next, Address* prev_limit) CloseMainThreadScope() argument
H A Dlocal-handles-inl.h83 Address* prev_limit) { in CloseScope()
88 handles->scope_.limit = prev_limit; in CloseScope()
82 CloseScope(LocalHeap* local_heap, Address* prev_next, Address* prev_limit) CloseScope() argument
H A Dhandles.h257 Address* prev_limit);
/third_party/node/deps/v8/src/api/
H A Dapi.h370 inline void DeleteExtensions(internal::Address* prev_limit);
428 std::unique_ptr<PersistentHandles> DetachPersistent(Address* prev_limit);
493 void HandleScopeImplementer::DeleteExtensions(internal::Address* prev_limit) { in DeleteExtensions() argument
498 // SealHandleScope may make the prev_limit to point inside the block. in DeleteExtensions()
502 reinterpret_cast<Address>(prev_limit) && in DeleteExtensions()
503 reinterpret_cast<Address>(prev_limit) <= in DeleteExtensions()
506 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions()
520 DCHECK((blocks_.empty() && prev_limit == nullptr) || in DeleteExtensions()
521 (!blocks_.empty() && prev_limit != nullptr)); in DeleteExtensions()
H A Dapi.cc10576 Address* prev_limit) { in DetachPersistent()
10578 DCHECK_NOT_NULL(prev_limit); in DetachPersistent()
10584 DCHECK_IMPLIES(block_start <= prev_limit && prev_limit <= block_limit, in DetachPersistent()
10585 prev_limit == block_limit); in DetachPersistent()
10586 if (prev_limit == block_limit) break; in DetachPersistent()
10575 DetachPersistent( Address* prev_limit) DetachPersistent() argument
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py488 prev_limit = self.cx.setlimit(category, new_limit)
489 self.assertEqual(saved_limit, prev_limit)

Completed in 31 milliseconds