Home
last modified time | relevance | path

Searched refs:OneOperandInstruction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dcfg.h396 class OneOperandInstruction : public Instruction {
408 OneOperandInstruction(Location* loc, Value* value) in OneOperandInstruction() function
465 class MoveInstr : public OneOperandInstruction {
468 : OneOperandInstruction(loc, value) { in MoveInstr()
534 class ReturnInstr : public OneOperandInstruction {
537 : OneOperandInstruction(CfgGlobals::current()->nowhere(), value) { in ReturnInstr()
Dcfg.cc208 void OneOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate()
653 void OneOperandInstruction::Print() { in Print()
675 OneOperandInstruction::Print(); in Print()
728 OneOperandInstruction::Print(); in Print()