Searched refs:inner_context (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/debug/
H A Ddebug-evaluate.cc136 Handle<Context> inner_context; local
191 RecordContextsInChain(&inner_context, receiver_context, with_context);
202 RecordContextsInChain(&inner_context, cloned_context, cloned_context);
220 RecordContextsInChain(&inner_context, cloned_context, with_context);
230 RecordContextsInChain(&inner_context, with_context, with_context);
283 Handle<Context>* inner_context, Handle<Context> first,
285 if (!inner_context->is_null()) {
286 (*inner_context)->set_previous(*last);
290 *inner_context = first;
282 RecordContextsInChain( Handle<Context>* inner_context, Handle<Context> first, Handle<Context> last) argument
H A Ddebug-evaluate.h68 void RecordContextsInChain(Handle<Context>* inner_context,
/external/v8/src/compiler/
H A Dast-graph-builder.cc549 Node* inner_context = BuildLocalActivationContext(GetFunctionContext()); local
550 ContextScope top_context(this, scope, inner_context);
/external/v8/src/crankshaft/
H A Dhydrogen.cc4739 HInstruction* inner_context = Add<HAllocateBlockContext>( local
4741 HInstruction* instr = Add<HStoreFrameContext>(inner_context);
4743 environment()->BindContext(inner_context);
4756 HValue* inner_context = environment()->context(); local
4758 inner_context, nullptr,

Completed in 125 milliseconds