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

/external/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc93 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0); local
94 CHECK_EQ(IrOpcode::kHeapConstant, new_context_input->opcode());
95 HeapObjectMatcher<Context> match(new_context_input);
173 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0); local
174 CHECK_EQ(IrOpcode::kHeapConstant, new_context_input->opcode());
175 HeapObjectMatcher<Context> match(new_context_input);

Completed in 106 milliseconds