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

  /external/v8/src/interpreter/
bytecode-register-optimizer.h 65 if (BytecodeOperands::ReadsAccumulator(accumulator_use)) {
71 if (BytecodeOperands::WritesAccumulator(accumulator_use)) {
bytecode-operands.h 134 class BytecodeOperands {
bytecode-pipeline.h 341 if (BytecodeOperands::IsScalableUnsignedByte(operand_type)) {
343 } else if (BytecodeOperands::IsScalableSignedByte(operand_type)) {
bytecodes.h 474 return BytecodeOperands::ReadsAccumulator(GetAccumulatorUse(bytecode));
479 return BytecodeOperands::WritesAccumulator(GetAccumulatorUse(bytecode));
    [all...]

Completed in 134 milliseconds