HomeSort by relevance Sort by last modified time
    Searched full:outer_context (Results 1 - 3 of 3) sorted by null

  /external/v8/test/unittests/compiler/
js-context-relaxation-unittest.cc 39 Node* ShallowFrameStateChain(Node* outer_context,
49 graph()->start(), outer_context, graph()->start(),
53 Node* DeepFrameStateChain(Node* outer_context,
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 = Parameter(3) 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/
debug-evaluate.cc 132 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/
hydrogen.cc 4728 HValue* outer_context = environment()->context(); local
4757 HValue* outer_context = Add<HLoadNamedField>( local
    [all...]

Completed in 392 milliseconds