Searched refs:outer_context (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/unittests/compiler/
H A Djs-context-relaxation-unittest.cc39 Node* ShallowFrameStateChain(Node* outer_context, argument
49 graph()->start(), outer_context, graph()->start(),
53 Node* DeepFrameStateChain(Node* outer_context, argument
63 ShallowFrameStateChain(outer_context, CALL_MAINTAINS_NATIVE_CONTEXT);
81 Node* const outer_context = Parameter(3); local
83 ShallowFrameStateChain(outer_context, CALL_MAINTAINS_NATIVE_CONTEXT);
91 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node));
99 Node* const outer_context = Parameter(3); local
101 ShallowFrameStateChain(outer_context, CALL_CHANGES_NATIVE_CONTEXT);
117 Node* const outer_context local
135 Node* const outer_context = Parameter(3); local
153 Node* const outer_context = Parameter(3); local
175 Node* const outer_context = Parameter(3); local
197 Node* const outer_context = Parameter(3); local
220 Node* const outer_context = Parameter(3); local
245 Node* const outer_context = Parameter(3); local
267 Node* const outer_context = Parameter(3); local
[all...]
/external/v8/src/debug/
H A Ddebug-evaluate.cc132 Handle<Context> outer_context(local_function->context());
133 native_context_ = Handle<Context>(outer_context->native_context());
167 it.HasContext() ? it.CurrentContext() : outer_context;
223 global_function, outer_context, materialized_object);
237 innermost_context_ = outer_context;
/external/v8/src/crankshaft/
H A Dhydrogen.cc4728 HValue* outer_context = environment()->context(); local
4732 HLoadContextSlot(outer_context, Context::CLOSURE_INDEX,
4740 outer_context, function, scope->GetScopeInfo(isolate()));
4757 HValue* outer_context = Add<HLoadNamedField>( local
4761 HInstruction* instr = Add<HStoreFrameContext>(outer_context);
4762 environment()->BindContext(outer_context);

Completed in 183 milliseconds