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

  /external/webkit/JavaScriptCore/jit/
JITStubs.h 82 MacroAssemblerCodePtr ctiNativeCallThunk;
253 MacroAssemblerCodePtr ctiNativeCallThunk() { return m_trampolineStructure.ctiNativeCallThunk; }
JITOpcodes.cpp 373 trampolines->ctiNativeCallThunk = trampolineAt(finalCode, nativeCallThunk);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Executable.h 88 m_jitCode = JITCode(JITCode::HostFunction(exec->globalData().jitStubs.ctiNativeCallThunk()));

Completed in 41 milliseconds