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

  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 299 NativeExecutable* hostFunctionStub(JSGlobalData*, NativeFunction);
300 NativeExecutable* hostFunctionStub(JSGlobalData*, NativeFunction, ThunkGenerator);
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 358 return jitStubs->hostFunctionStub(this, function);
362 return jitStubs->hostFunctionStub(this, function, generator);

Completed in 516 milliseconds