HomeSort by relevance Sort by last modified time
    Searched refs:nearCall (Results 1 - 8 of 8) 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...]
MacroAssemblerARMv7.h     [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerX86Common.h     [all...]
MacroAssemblerSH4.h     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 107 Call nakedCall = nearCall();

Completed in 1032 milliseconds