Searched refs:new_depth (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-context-specialization.cc | 52 size_t new_depth) { in SimplifyJSLoadContext() 55 DCHECK_LE(new_depth, access.depth()); in SimplifyJSLoadContext() 57 if (new_depth == access.depth() && in SimplifyJSLoadContext() 63 new_depth, access.index(), access.immutable()); in SimplifyJSLoadContext() 71 size_t new_depth) { in SimplifyJSStoreContext() 74 DCHECK_LE(new_depth, access.depth()); in SimplifyJSStoreContext() 76 if (new_depth == access.depth() && in SimplifyJSStoreContext() 82 jsgraph_->javascript()->StoreContext(new_depth, access.index()); in SimplifyJSStoreContext() 50 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSLoadContext() argument 69 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSStoreContext() argument
|
H A D | js-context-specialization.h | 63 size_t new_depth); 65 size_t new_depth);
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.c | 420 nir_ssa_def *new_depth = nir_fneg(b, old_depth); in invert_depth_impl() local 422 new_depth = nir_fadd_imm(b, new_depth, 1.0); in invert_depth_impl() 426 new_depth, in invert_depth_impl()
|
/third_party/python/Python/ |
H A D | compile.c | 7192 int new_depth = depth + effect; in stackdepth() local 7193 if (new_depth > maxdepth) { in stackdepth() 7194 maxdepth = new_depth; in stackdepth() 7207 depth = new_depth; in stackdepth()
|
Completed in 21 milliseconds