Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp124 ".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 …]
DJITCode.h77 …JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, cal… in execute()
DJITStubs.h276 …extern "C" EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, …
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1616461 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.
DChangeLog-2011-02-166195 (JSC::ctiTrampoline):
10941 (JSC::ctiTrampoline):
17806 (JSC::ctiTrampoline):
DChangeLog-2010-05-2411343 (JSC::ctiTrampoline):
22881 (ctiTrampoline): (X86_64): push args onto stack, use args directly
22886 (ctiTrampoline): remove filler args from prototype