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 46 Node* GetFunctionContext();
ast-graph-builder.h 161 Node* GetFunctionContext();
bytecode-graph-builder.cc 508 Node* BytecodeGraphBuilder::GetFunctionContext() {
560 GetFunctionContext());
    [all...]
ast-graph-builder.cc 330 Node* AstGraphBuilder::GetFunctionContext() {
375 ContextScope incoming(this, scope, GetFunctionContext());
389 Node* inner_context = BuildLocalActivationContext(GetFunctionContext());
    [all...]

Completed in 201 milliseconds