Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h898 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } in handle_scope_data()
1246 HandleScopeData handle_scope_data_; variable
Dapi.h583 HandleScopeData handle_scope_data_; local
Disolate.cc1543 handle_scope_data_.Initialize(); in Isolate()
Dapi.cc7505 handle_scope_data_ = *current; in ArchiveThread()
7522 *isolate_->handle_scope_data() = handle_scope_data_; in RestoreThread()
7552 v->VisitPointers(blocks()->last(), handle_scope_data_.next); in IterateThis()
7566 handle_scope_data_ = *current; in Iterate()