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.h319 SetOncePointer<Node> function_context_; variable
Dast-graph-builder.h96 SetOncePointer<Node> function_context_; variable
Dbytecode-graph-builder.cc509 if (!function_context_.is_set()) { in GetFunctionContext()
514 function_context_.set(node); in GetFunctionContext()
516 return function_context_.get(); in GetFunctionContext()
Dast-graph-builder.cc331 if (!function_context_.is_set()) { in GetFunctionContext()
336 function_context_.set(node); in GetFunctionContext()
338 return function_context_.get(); in GetFunctionContext()