Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h320 SetOncePointer<Node> function_closure_; variable
Dast-graph-builder.h95 SetOncePointer<Node> function_closure_; variable
Dbytecode-graph-builder.cc521 if (!function_closure_.is_set()) { in GetFunctionClosure()
525 function_closure_.set(node); in GetFunctionClosure()
527 return function_closure_.get(); in GetFunctionClosure()
Dast-graph-builder.cc320 if (!function_closure_.is_set()) { in GetFunctionClosure()
324 function_closure_.set(node); in GetFunctionClosure()
326 return function_closure_.get(); in GetFunctionClosure()