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

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 65 void MacroAssemblerSH4::linkCall(void* code, Call call, FunctionPtr function)
67 SH4Assembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerX86.h 176 static void linkCall(void* code, Call call, FunctionPtr function)
178 X86Assembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerX86_64.h 460 static void linkCall(void* code, Call call, FunctionPtr function)
465 X86Assembler::linkCall(code, call.m_jmp, function.value());
LinkBuffer.h 97 MacroAssembler::linkCall(code(), call, function);
MacroAssemblerARM.h     [all...]
MacroAssemblerARMv7.h     [all...]
MacroAssemblerMIPS.h     [all...]
ARMAssembler.h 816 static void linkCall(void* code, JmpSrc from, void* to)
MIPSAssembler.h 762 static void linkCall(void* code, JmpSrc from, void* to)
SH4Assembler.h     [all...]
ARMv7Assembler.h     [all...]
MacroAssemblerSH4.h     [all...]
X86Assembler.h     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 597 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
JIT.h 246 static void linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, CodePtr, CallLinkInfo*, int callerArgCount, JSGlobalData*);
    [all...]
JITStubs.cpp     [all...]

Completed in 270 milliseconds