Searched refs:ZapRange (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/handles/ |
D | local-handles.cc | 75 ZapRange(block_start, block_limit); in RemoveUnusedBlocks() 83 void LocalHandles::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::LocalHandles 84 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 | 77 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 | 115 void HandleScope::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::HandleScope
|
D | handles.h | 260 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
|
D | handles-inl.h | 132 ZapRange(current->next, limit); in CloseScope()
|
/external/v8/src/api/ |
D | api.h | 502 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions() 509 internal::HandleScope::ZapRange(block_start, block_limit); in DeleteExtensions()
|