Home
last modified time | relevance | path

Searched refs:ctiStringLengthTrampoline (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJIT.h320 …a* globalData, RefPtr<ExecutablePool>* executablePool, CodePtr* ctiStringLengthTrampoline, CodePtr… in compileCTIMachineTrampolines() argument
323 …privateCompileCTIMachineTrampolines(executablePool, globalData, ctiStringLengthTrampoline, ctiVirt… in compileCTIMachineTrampolines()
364 …r<ExecutablePool>* executablePool, JSGlobalData* data, CodePtr* ctiStringLengthTrampoline, CodePtr…
DJITStubs.h235 MacroAssemblerCodePtr ctiStringLengthTrampoline() { return m_ctiStringLengthTrampoline; } in ctiStringLengthTrampoline() function
DJITOpcodes.cpp42 …utablePool>* executablePool, JSGlobalData* globalData, CodePtr* ctiStringLengthTrampoline, CodePtr… in privateCompileCTIMachineTrampolines() argument
326 *ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin); in privateCompileCTIMachineTrampolines()
328 UNUSED_PARAM(ctiStringLengthTrampoline); in privateCompileCTIMachineTrampolines()
1462 …utablePool>* executablePool, JSGlobalData* globalData, CodePtr* ctiStringLengthTrampoline, CodePtr…
1808 *ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin);
1810 UNUSED_PARAM(ctiStringLengthTrampoline);
DJITStubs.cpp727 …tchCallByReturnAddress(codeBlock, returnAddress, globalData->jitStubs.ctiStringLengthTrampoline()); in tryCacheGetByID()
/external/webkit/JavaScriptCore/
DChangeLog469 (JSC::JITThunks::ctiStringLengthTrampoline):
937 (JSC::JITThunks::ctiStringLengthTrampoline):
DChangeLog-2009-06-16990 (JSC::JITThunks::ctiStringLengthTrampoline):
10432 (JSC::JITStubs::ctiStringLengthTrampoline):