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

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.h 53 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
js-generic-lowering.cc 79 ReplaceWithStubCall(node, CodeFactory::BinaryOpIC(isolate(), token), \
186 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable,
250 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);
257 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);
263 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags);
279 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);
287 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);
294 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);
302 ReplaceWithStubCall(node, callable, CallDescriptor::kPatchableCallSite);

Completed in 226 milliseconds