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 43 Node* GetFunctionContext();
ast-graph-builder.h 165 Node* GetFunctionContext();
bytecode-graph-builder.cc 159 return builder()->GetFunctionContext();
410 Node* BytecodeGraphBuilder::GetFunctionContext() {
492 GetFunctionContext());
    [all...]
ast-graph-builder.cc 489 Node* AstGraphBuilder::GetFunctionContext() {
534 ContextScope incoming(this, scope, GetFunctionContext());
549 Node* inner_context = BuildLocalActivationContext(GetFunctionContext());
    [all...]

Completed in 48 milliseconds