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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 233 return jit.privateCompileCTINativeCall(executablePool, globalData, func);
275 Label privateCompileCTINativeCall(JSGlobalData*, bool isConstruct = false);
276 CodePtr privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* data, NativeFunction func);
    [all...]
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 90 milliseconds