Searched refs:withInt (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
H A DCallFrame.h126 static_cast<Register*>(this)[RegisterFile::ReturnValueRegister] = Register::withInt(returnValueRegister);
143 void setArgumentCount(int count) { static_cast<Register*>(this)[RegisterFile::ArgumentCount] = Register::withInt(count); }
H A DRegister.h77 static Register withInt(int32_t i) function in class:JSC::Register
H A DInterpreter.cpp3185 callFrame->r(argCountDst) = Register::withInt(argCount + 1);
3611 callFrame->r(i) = Register::withInt(0);
3612 callFrame->r(size) = Register::withInt(jsPropertyNameIterator->size());
3634 callFrame->r(i) = Register::withInt(callFrame->r(i).i() + 1);

Completed in 440 milliseconds