HomeSort by relevance Sort by last modified time
    Searched full:nearcall (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h 75 void relink(CodeLocationNearCall nearCall, CodePtr destination)
77 MacroAssembler::repatchNearCall(nearCall, CodeLocationLabel(destination));
80 void relink(CodeLocationNearCall nearCall, CodeLocationLabel destination)
82 MacroAssembler::repatchNearCall(nearCall, destination);
AbstractMacroAssembler.h 555 static void repatchNearCall(CodeLocationNearCall nearCall, CodeLocationLabel destination)
557 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
MacroAssemblerARM.h 597 Call nearCall()
    [all...]
MacroAssemblerX86Common.h     [all...]
MacroAssemblerARMv7.h     [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerSH4.h     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 107 Call nakedCall = nearCall();
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2010-05-24     [all...]
ChangeLog     [all...]
ChangeLog-2009-06-16 494 (JSC::MacroAssemblerARMv7::nearCall):
    [all...]

Completed in 578 milliseconds