Home
last modified time | relevance | path

Searched refs:handle_scope_data_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Disolate.h844 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } in handle_scope_data()
1230 HandleScopeData handle_scope_data_; variable
Dapi.h537 HandleScopeData handle_scope_data_; local
Disolate.cc1815 handle_scope_data_.Initialize(); in Isolate()
Dapi.cc8383 handle_scope_data_ = *current; in ArchiveThread()
8400 *isolate_->handle_scope_data() = handle_scope_data_; in RestoreThread()
8430 v->VisitPointers(blocks()->last(), handle_scope_data_.next); in IterateThis()
8444 handle_scope_data_ = *current; in Iterate()