Home
last modified time | relevance | path

Searched refs:materialized_object_store_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/execution/
Disolate.h1078 return materialized_object_store_; in materialized_object_store()
1766 MaterializedObjectStore* materialized_object_store_ = nullptr; variable
Disolate.cc1923 bool removed = materialized_object_store_->Remove(frame->fp()); in ThrowInternal()
3176 delete materialized_object_store_; in ThrowInternal()
3177 materialized_object_store_ = nullptr; in ThrowInternal()
3512 materialized_object_store_ = new MaterializedObjectStore(this); in ThrowInternal()