Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h422 SetOncePointer<Node> function_closure_; variable
Dbytecode-graph-builder.cc555 if (!function_closure_.is_set()) { in GetFunctionClosure()
559 function_closure_.set(node); in GetFunctionClosure()
561 return function_closure_.get(); in GetFunctionClosure()