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

  /external/chromium_org/v8/src/compiler/
instruction-selector-unittest.cc 297 Node* function_node = m.Parameter(0); local
309 Node* call = m.CallJS0(function_node, receiver, context, state_node);
336 Node* function_node = m.Parameter(0); local
351 Node* call = m.CallFunctionStub0(function_node, receiver, context,
395 EXPECT_EQ(function_node->id(), s.ToVreg(call_instr->InputAt(6)));
414 Node* function_node = m.Parameter(0); local
436 Node* call = m.CallFunctionStub0(function_node, receiver, context2,
485 EXPECT_EQ(function_node->id(), s.ToVreg(call_instr->InputAt(10)));
js-generic-lowering.cc 208 Node* function_node = FunctionConstant(function); local
210 PatchInsertInput(node, 1, function_node);

Completed in 792 milliseconds