Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h242 SetOncePointer<Node> function_context_; variable
Dast-graph-builder.h95 SetOncePointer<Node> function_context_; variable
Dbytecode-graph-builder.cc411 if (!function_context_.is_set()) { in GetFunctionContext()
416 function_context_.set(node); in GetFunctionContext()
418 return function_context_.get(); in GetFunctionContext()
Dast-graph-builder.cc490 if (!function_context_.is_set()) { in GetFunctionContext()
495 function_context_.set(node); in GetFunctionContext()
497 return function_context_.get(); in GetFunctionContext()