Searched refs:function_node (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/compiler/ |
D | instruction-selector-unittest.cc | 297 Node* function_node = m.Parameter(0); in TARGET_TEST_F() local 309 Node* call = m.CallJS0(function_node, receiver, context, state_node); in TARGET_TEST_F() 336 Node* function_node = m.Parameter(0); in TARGET_TEST_F() local 351 Node* call = m.CallFunctionStub0(function_node, receiver, context, in TARGET_TEST_F() 395 EXPECT_EQ(function_node->id(), s.ToVreg(call_instr->InputAt(6))); in TARGET_TEST_F() 414 Node* function_node = m.Parameter(0); in TARGET_TEST_F() local 436 Node* call = m.CallFunctionStub0(function_node, receiver, context2, in TARGET_TEST_F() 485 EXPECT_EQ(function_node->id(), s.ToVreg(call_instr->InputAt(10))); in TARGET_TEST_F()
|
D | js-generic-lowering.cc | 208 Node* function_node = FunctionConstant(function); in ReplaceWithBuiltinCall() local 210 PatchInsertInput(node, 1, function_node); in ReplaceWithBuiltinCall()
|