Searched refs:ctiTrampoline (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 124 ".globl " SYMBOL_STRING(ctiTrampoline) "\n" 125 HIDE_SYMBOL(ctiTrampoline) "\n" 126 SYMBOL_STRING(ctiTrampoline) ":" "\n" 175 ".globl " SYMBOL_STRING(ctiTrampoline) "\n" 176 HIDE_SYMBOL(ctiTrampoline) "\n" 177 SYMBOL_STRING(ctiTrampoline) ":" "\n" 254 …__declspec(naked) EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unus… 323 ".globl " SYMBOL_STRING(ctiTrampoline) "\n" 324 HIDE_SYMBOL(ctiTrampoline) "\n" 325 SYMBOL_STRING(ctiTrampoline) ":" "\n" [all …]
|
D | JITCode.h | 77 …JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, cal… in execute()
|
D | JITStubs.h | 276 …extern "C" EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, …
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 16461 force x86-64 ctiTrampoline arguments onto the stack, 27619 * VM/CTI.cpp: Use JSValue* instead of JSValuePtr for ctiTrampoline. 29584 (JSC::): Update type of argument to ctiTrampoline. 30759 ctiTrampoline. Removed emitDebugExceptionCheck -- no longer needed. 30764 * VM/CTI.h: Removed exec from the ctiTrampoline. Also removed the 31053 * VM/CTI.cpp: Another Windows build fix. Change the args of ctiTrampoline.
|
D | ChangeLog-2011-02-16 | 6195 (JSC::ctiTrampoline): 10941 (JSC::ctiTrampoline): 17806 (JSC::ctiTrampoline):
|
D | ChangeLog-2010-05-24 | 11343 (JSC::ctiTrampoline): 22881 (ctiTrampoline): (X86_64): push args onto stack, use args directly 22886 (ctiTrampoline): remove filler args from prototype
|