HomeSort by relevance Sort by last modified time
    Searched full:new_context_input (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/cctest/compiler/
test-js-context-specialization.cc 93 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 134 milliseconds