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

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.h 48 void PatchOperator(Node* node, const Operator* new_op);
js-generic-lowering.cc 25 void JSGenericLowering::PatchOperator(Node* node, const Operator* op) {
192 PatchOperator(node, common()->Call(desc));
211 PatchOperator(node, common()->Call(desc));
231 PatchOperator(node, common()->Call(desc));
327 PatchOperator(node, common()->Call(desc));
344 PatchOperator(node, machine()->Load(kMachAnyTagged));
362 PatchOperator(node, machine()->Store(StoreRepresentation(kMachAnyTagged,
379 PatchOperator(node, common()->Call(desc));
391 PatchOperator(node, common()->Call(desc));

Completed in 50 milliseconds