Searched refs:ZapRange (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/handles/ |
D | local-handles.cc | 100 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()
|
D | local-handles.h | 38 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
|
D | local-handles-inl.h | 97 LocalHandles::ZapRange(handles->scope_.next, old_limit); in CloseScope()
|
D | persistent-handles.cc | 29 HandleScope::ZapRange(block_start, block_start + kHandleBlockSize); in ~PersistentHandles()
|
D | handles.cc | 136 void HandleScope::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::HandleScope
|
D | handles-inl.h | 132 ZapRange(current->next, limit); in CloseScope()
|
D | handles.h | 264 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
|
/third_party/node/deps/v8/src/api/ |
D | api.h | 506 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions() 513 internal::HandleScope::ZapRange(block_start, block_limit); in DeleteExtensions()
|