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 236 SetOncePointer<Node> function_context_; member in class:v8::internal::compiler::BytecodeGraphBuilder
ast-graph-builder.h 95 SetOncePointer<Node> function_context_; member in class:v8::internal::compiler::AstGraphBuilder
bytecode-graph-builder.cc 470 if (!function_context_.is_set()) {
475 function_context_.set(node);
477 return function_context_.get();
    [all...]
ast-graph-builder.cc 528 if (!function_context_.is_set()) {
533 function_context_.set(node);
535 return function_context_.get();
    [all...]

Completed in 42 milliseconds