HomeSort by relevance Sort by last modified time
    Searched refs:function_context_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
bytecode-graph-builder.h 301 SetOncePointer<Node> function_context_; member in class:v8::internal::compiler::BytecodeGraphBuilder
ast-graph-builder.h 100 SetOncePointer<Node> function_context_; member in class:v8::internal::compiler::AstGraphBuilder
bytecode-graph-builder.cc 529 if (!function_context_.is_set()) {
534 function_context_.set(node);
536 return function_context_.get();
    [all...]
ast-graph-builder.cc 476 if (!function_context_.is_set()) {
481 function_context_.set(node);
483 return function_context_.get();
    [all...]

Completed in 66 milliseconds