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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 56 RegisterInfo m_gprInfo[numberOfGPRs];
175 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
190 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
210 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
231 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
DFGJITCompiler.h 54 enum GPRReg { gpr0, gpr1, gpr2, gpr3, gpr4, gpr5, numberOfGPRs, InvalidGPRReg = 0xFFFFFFFF };
60 ASSERT(reg < numberOfGPRs);
224 ASSERT(reg < numberOfGPRs);
225 static const RegisterID idForRegister[numberOfGPRs] = { regT0, regT1, regT2, regT3, regT4, regT5 };
DFGJITCodeGenerator.cpp 388 VirtualRegister grpContents[numberOfGPRs];
391 for (unsigned i = 0; i < numberOfGPRs; ++i)
422 for (GPRReg i = gpr0; i < numberOfGPRs; next(i)) {
DFGJITCompiler.cpp 131 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
168 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
DFGSpeculativeJIT.h 88 RegisterInfo m_gprInfo[numberOfGPRs];
DFGJITCodeGenerator.h 256 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
277 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
715 RegisterBank<GPRReg, numberOfGPRs, SpillOrder, SpillOrderNone, SpillOrderMax> m_gprs;
    [all...]
DFGNonSpeculativeJIT.cpp 41 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {
DFGSpeculativeJIT.cpp 148 for (GPRReg gpr = gpr0; gpr < numberOfGPRs; next(gpr)) {

Completed in 188 milliseconds