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

  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 151 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
152 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
189 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct)
305 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool>, JSGlobalData* globalData, NativeFunction)
    [all...]
JITOpcodes32_64.cpp 152 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
153 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
195 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct)
331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* globalData, NativeFunction func)
    [all...]

Completed in 3812 milliseconds