Home
last modified time | relevance | path

Searched refs:HOuterContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhydrogen-instructions.h1138 class HOuterContext: public HUnaryOperation {
1140 explicit HOuterContext(HValue* inner) : HUnaryOperation(inner) { in HOuterContext() function
Dhydrogen.cc2937 context = new(zone()) HOuterContext(context); in BuildContextChainWalk()
/external/v8/src/x64/
Dlithium-x64.cc1190 LInstruction* LChunkBuilder::DoOuterContext(HOuterContext* instr) { in DoOuterContext()
/external/v8/src/ia32/
Dlithium-ia32.cc1200 LInstruction* LChunkBuilder::DoOuterContext(HOuterContext* instr) { in DoOuterContext()
/external/v8/src/arm/
Dlithium-arm.cc1190 LInstruction* LChunkBuilder::DoOuterContext(HOuterContext* instr) { in DoOuterContext()