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.h243 SetOncePointer<Node> function_closure_; variable
Dast-graph-builder.h94 SetOncePointer<Node> function_closure_; variable
Dbytecode-graph-builder.cc423 if (!function_closure_.is_set()) { in GetFunctionClosure()
427 function_closure_.set(node); in GetFunctionClosure()
429 return function_closure_.get(); in GetFunctionClosure()
Dast-graph-builder.cc479 if (!function_closure_.is_set()) { in GetFunctionClosure()
483 function_closure_.set(node); in GetFunctionClosure()
485 return function_closure_.get(); in GetFunctionClosure()