HomeSort by relevance Sort by last modified time
    Searched refs:STUB_ARGS (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/jit/
JITStubs.h 202 #define STUB_ARGS (reinterpret_cast<void**>(vl_args) - 1)
211 #define STUB_ARGS (args)
JITStubs.cpp 958 #define STUB_INIT_STACK_FRAME(stackFrame) SETUP_VA_LISTL_ARGS; JITStackFrame& stackFrame = *reinterpret_cast<JITStackFrame*>(STUB_ARGS); StackHack stackHack(stackFrame)
964 #define STUB_INIT_STACK_FRAME(stackFrame) SETUP_VA_LISTL_ARGS; JITStackFrame& stackFrame = *reinterpret_cast<JITStackFrame*>(STUB_ARGS)
    [all...]

Completed in 170 milliseconds