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

/external/webkit/JavaScriptCore/jit/
H A DJIT.h320 static void compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool, TrampolineStructure *trampolines) argument
323 jit.privateCompileCTIMachineTrampolines(executablePool, globalData, trampolines);
364 void privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* data, TrampolineStructure *trampolines);
H A DJITOpcodes.cpp43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines) argument
353 // All trampolines constructed! copy the code, link up calls, and set the pointers on the Machine object.
372 trampolines->ctiVirtualCall = trampolineAt(finalCode, virtualCallBegin);
373 trampolines->ctiNativeCallThunk = trampolineAt(finalCode, nativeCallThunk);
375 trampolines->ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin);
380 trampolines->ctiVirtualCallLink = trampolineAt(finalCode, virtualCallLinkBegin);
385 trampolines->ctiSoftModulo = trampolineAt(finalCode, softModBegin);
1505 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines)
1822 // All trampolines constructed! copy the code, link up calls, and set the pointers on the Machine object.
1841 trampolines
[all...]

Completed in 53 milliseconds