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

  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 77 void relink(CodeLocationNearCall nearCall, CodePtr destination)
79 MacroAssembler::repatchNearCall(nearCall, CodeLocationLabel(destination));
82 void relink(CodeLocationNearCall nearCall, CodeLocationLabel destination)
84 MacroAssembler::repatchNearCall(nearCall, destination);
AbstractMacroAssembler.h 510 static void repatchNearCall(CodeLocationNearCall nearCall, CodeLocationLabel destination)
512 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
MacroAssemblerX86Common.h 854 Call nearCall()
MacroAssemblerARM.h 545 Call nearCall()
MacroAssemblerARMv7.h 919 Call nearCall()
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 109 Call nakedCall = nearCall();

Completed in 463 milliseconds