Searched refs:outer_context (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | js-context-relaxation-unittest.cc | 39 Node* ShallowFrameStateChain(Node* outer_context, in ShallowFrameStateChain() argument 49 graph()->start(), outer_context, graph()->start(), in ShallowFrameStateChain() 53 Node* DeepFrameStateChain(Node* outer_context, in DeepFrameStateChain() argument 63 ShallowFrameStateChain(outer_context, CALL_MAINTAINS_NATIVE_CONTEXT); in DeepFrameStateChain() 81 Node* const outer_context = Parameter(3); in TEST_F() local 83 ShallowFrameStateChain(outer_context, CALL_MAINTAINS_NATIVE_CONTEXT); in TEST_F() 91 EXPECT_EQ(outer_context, NodeProperties::GetContextInput(node)); in TEST_F() 99 Node* const outer_context = Parameter(3); in TEST_F() local 101 ShallowFrameStateChain(outer_context, CALL_CHANGES_NATIVE_CONTEXT); in TEST_F() 117 Node* const outer_context = Parameter(3); in TEST_F() local [all …]
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 132 Handle<Context> outer_context(local_function->context()); in ContextBuilder() local 133 native_context_ = Handle<Context>(outer_context->native_context()); in ContextBuilder() 167 it.HasContext() ? it.CurrentContext() : outer_context; in ContextBuilder() 223 global_function, outer_context, materialized_object); in ContextBuilder() 237 innermost_context_ = outer_context; in ContextBuilder()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 4728 HValue* outer_context = environment()->context(); in VisitBlock() local 4732 HLoadContextSlot(outer_context, Context::CLOSURE_INDEX, in VisitBlock() 4740 outer_context, function, scope->GetScopeInfo(isolate())); in VisitBlock() 4757 HValue* outer_context = Add<HLoadNamedField>( in VisitBlock() local 4761 HInstruction* instr = Add<HStoreFrameContext>(outer_context); in VisitBlock() 4762 environment()->BindContext(outer_context); in VisitBlock()
|