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

  /external/v8/src/
code-factory.h 131 static Callable FastNewClosure(Isolate* isolate);
code-factory.cc 380 Callable CodeFactory::FastNewClosure(Isolate* isolate) {
interface-descriptors.h 32 V(FastNewClosure) \
code-stubs.h 114 V(FastNewClosure) \
843 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastNewClosure);
844 DEFINE_TURBOFAN_CODE_STUB(FastNewClosure, TurboFanCodeStub);
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 443 Callable callable = CodeFactory::FastNewClosure(isolate());

Completed in 539 milliseconds