Home | History | Annotate | Download | only in ppc

Lines Matching defs:function

250   function()->PrintTo(stream);
267 function()->PrintTo(stream);
280 function()->PrintTo(stream);
309 function()->PrintTo(stream);
733 // We call a C function for double modulo. It can't trigger a GC. We need
1006 LOperand* function = UseRegisterAtStart(instr->function());
1007 LWrapReceiver* result = new (zone()) LWrapReceiver(receiver, function);
1013 LOperand* function = UseFixed(instr->function(), r4);
1018 new (zone()) LApplyArguments(function, receiver, length, elements);
1035 LOperand* function = UseRegister(store_code_entry->function());
1037 return new (zone()) LStoreCodeEntry(function, code_object);
1074 LOperand* function = UseFixed(instr->function(), r4);
1076 LCallJSFunction* result = new (zone()) LCallJSFunction(function);
1110 LOperand* function = UseFixed(instr->function(), r4);
1111 LInvokeFunction* result = new (zone()) LInvokeFunction(context, function);
1230 LOperand* function = UseFixed(instr->function(), r4);
1239 new (zone()) LCallFunction(context, function, slot, vector);
1648 // We call a C function for double power. It can't trigger a GC.
2125 new (zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
2508 instr->closure(), instr->arguments_count(), instr->function(), undefined,
2581 LOperand* function = UseRegisterAtStart(instr->function());
2583 new (zone()) LAllocateBlockContext(context, function);