Home | History | Annotate | Download | only in jit

Lines Matching refs:privateCompileCTINativeCall

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)