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

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.h 55 void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
js-generic-lowering.cc 113 ReplaceWithRuntimeCall(node, fun); \
182 ReplaceWithRuntimeCall(node, Runtime::kBooleanize);
215 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node,
398 ReplaceWithRuntimeCall(node, function, arity);

Completed in 45 milliseconds