Searched refs:previous_bytecode (Results 1 – 1 of 1) sorted by relevance
671 PreviousBytecodeHelper previous_bytecode(*this); in NeedToBooleanCast() local672 switch (previous_bytecode.GetBytecode()) { in NeedToBooleanCast()703 PreviousBytecodeHelper previous_bytecode(*this); in CastAccumulatorToName() local704 switch (previous_bytecode.GetBytecode()) { in CastAccumulatorToName()710 Handle<Object> object = previous_bytecode.GetConstantForIndexOperand(0); in CastAccumulatorToName()1280 PreviousBytecodeHelper previous_bytecode(*this); in IsRegisterInAccumulator() local1281 Bytecode bytecode = previous_bytecode.GetBytecode(); in IsRegisterInAccumulator()1283 (reg == Register::FromOperand(previous_bytecode.GetOperand(0)))) { in IsRegisterInAccumulator()