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

  /external/v8/src/compiler/
bytecode-graph-builder.h 49 Node* GetFunctionContext();
ast-graph-builder.h 172 Node* GetFunctionContext();
bytecode-graph-builder.cc 528 Node* BytecodeGraphBuilder::GetFunctionContext() {
578 GetFunctionContext());
    [all...]
ast-graph-builder.cc 475 Node* AstGraphBuilder::GetFunctionContext() {
532 ContextScope incoming(this, scope, GetFunctionContext());
546 Node* inner_context = BuildLocalActivationContext(GetFunctionContext());
    [all...]

Completed in 630 milliseconds