Home
last modified time | relevance | path

Searched refs:ZapRange (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dlocal-handles.cc100 ZapRange(block_start, block_limit); in RemoveUnusedBlocks()
108 void LocalHandles::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::LocalHandles
109 HandleScope::ZapRange(start, end); in ZapRange()
Dlocal-handles.h38 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
Dlocal-handles-inl.h97 LocalHandles::ZapRange(handles->scope_.next, old_limit); in CloseScope()
Dpersistent-handles.cc29 HandleScope::ZapRange(block_start, block_start + kHandleBlockSize); in ~PersistentHandles()
Dhandles.cc136 void HandleScope::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::HandleScope
Dhandles-inl.h132 ZapRange(current->next, limit); in CloseScope()
Dhandles.h264 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
/third_party/node/deps/v8/src/api/
Dapi.h506 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions()
513 internal::HandleScope::ZapRange(block_start, block_limit); in DeleteExtensions()