Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-context-specialization.cc33 size_t new_depth) { in SimplifyJSLoadContext() argument
36 DCHECK_LE(new_depth, access.depth()); in SimplifyJSLoadContext()
38 if (new_depth == access.depth() && in SimplifyJSLoadContext()
44 new_depth, access.index(), access.immutable()); in SimplifyJSLoadContext()
52 size_t new_depth) { in SimplifyJSStoreContext() argument
55 DCHECK_LE(new_depth, access.depth()); in SimplifyJSStoreContext()
57 if (new_depth == access.depth() && in SimplifyJSStoreContext()
63 jsgraph_->javascript()->StoreContext(new_depth, access.index()); in SimplifyJSStoreContext()
Djs-context-specialization.h34 size_t new_depth);
36 size_t new_depth);