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

/external/chromium_org/v8/src/
H A Dhydrogen.cc4551 HInstruction* inner_context = Add<HAllocateBlockContext>( local
4553 HInstruction* instr = Add<HStoreFrameContext>(inner_context);
4558 environment()->BindContext(inner_context);
4566 HValue* inner_context = environment()->context(); local
4568 inner_context, static_cast<HValue*>(NULL),

Completed in 85 milliseconds