Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dlocal-handles.cc75 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()
Dlocal-handles.h38 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
Dlocal-handles-inl.h77 LocalHandles::ZapRange(handles->scope_.next, old_limit); in CloseScope()
Dpersistent-handles.cc29 HandleScope::ZapRange(block_start, block_start + kHandleBlockSize); in ~PersistentHandles()
Dhandles.cc115 void HandleScope::ZapRange(Address* start, Address* end) { in ZapRange() function in v8::internal::HandleScope
Dhandles.h260 V8_EXPORT_PRIVATE static void ZapRange(Address* start, Address* end);
Dhandles-inl.h132 ZapRange(current->next, limit); in CloseScope()
/external/v8/src/api/
Dapi.h502 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions()
509 internal::HandleScope::ZapRange(block_start, block_limit); in DeleteExtensions()