Lines Matching defs:function
256 function()->PrintTo(stream);
273 function()->PrintTo(stream);
286 function()->PrintTo(stream);
317 function()->PrintTo(stream);
1031 LOperand* function = UseRegister(instr->function());
1034 new(zone()) LWrapReceiver(receiver, function, temp);
1040 LOperand* function = UseFixed(instr->function(), edi);
1044 LApplyArguments* result = new(zone()) LApplyArguments(function,
1064 LOperand* function = UseRegister(store_code_entry->function());
1066 return new(zone()) LStoreCodeEntry(function, code_object);
1105 LOperand* function = UseFixed(instr->function(), edi);
1107 LCallJSFunction* result = new(zone()) LCallJSFunction(function);
1141 LOperand* function = UseFixed(instr->function(), edi);
1142 LInvokeFunction* result = new(zone()) LInvokeFunction(context, function);
1258 LOperand* function = UseFixed(instr->function(), edi);
1267 new (zone()) LCallFunction(context, function, slot, vector);
1633 // We call a C function for double power. It can't trigger a GC.
2161 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()),
2613 instr->function(),
2686 LOperand* function = UseRegisterAtStart(instr->function());
2688 new(zone()) LAllocateBlockContext(context, function);