Searched defs:privateCompileCTINativeCall (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp151 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
152 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
189 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct) function in class:JSC::JIT
305 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool>, JSGlobalData* globalData, NativeFunction) function in class:JSC::JIT
H A DJITOpcodes32_64.cpp152 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
153 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
195 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct) function in class:JSC::JIT
331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* globalData, NativeFunction func) function in class:JSC::JIT

Completed in 80 milliseconds