Home | History | Annotate | Download | only in jit

Lines Matching refs:privateCompileCTINativeCall

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)