HomeSort by relevance Sort by last modified time
    Searched defs:linkCall (Results 1 - 8 of 8) sorted by null

  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86.h 184 static void linkCall(void* code, Call call, FunctionPtr function)
186 X86Assembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerX86_64.h 429 static void linkCall(void* code, Call call, FunctionPtr function)
434 X86Assembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerARM.h 911 static void linkCall(void* code, Call call, FunctionPtr function)
913 ARMAssembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerARMv7.h     [all...]
ARMAssembler.h 720 static void linkCall(void* code, JmpSrc from, void* to)
ARMv7Assembler.h     [all...]
X86Assembler.h     [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 593 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JITCode& code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)

Completed in 84 milliseconds