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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 126 FPRReg fpr = fprAllocate();
164 FPRReg fpr = fprAllocate();
196 FPRReg fpr = fprAllocate();
526 m_fpr = m_jit->fprAllocate();
538 m_fpr = m_jit->fprAllocate();
553 m_fpr = m_jit->fprAllocate();
DFGJITCodeGenerator.h 121 FPRReg fprAllocate()
181 return unboxDouble(gpr, fprAllocate());
    [all...]

Completed in 29 milliseconds