Home
last modified time | relevance | path

Searched refs:STUB_ARGS (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITStubs.h202 #define STUB_ARGS (reinterpret_cast<void**>(vl_args) - 1) macro
211 #define STUB_ARGS (args) macro
DJITStubs.cpp958 …STL_ARGS; JITStackFrame& stackFrame = *reinterpret_cast<JITStackFrame*>(STUB_ARGS); StackHack stac…
964 …rame) SETUP_VA_LISTL_ARGS; JITStackFrame& stackFrame = *reinterpret_cast<JITStackFrame*>(STUB_ARGS)