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

  /external/v8/src/interpreter/
bytecodes.h 73 V(StaLookupSlotSloppy, AccumulatorUse::kReadWrite, OperandType::kIdx) \
74 V(StaLookupSlotStrict, AccumulatorUse::kReadWrite, OperandType::kIdx) \
86 V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \
110 V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
111 V(Sub, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
112 V(Mul, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
113 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
114 V(Mod, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
115 V(BitwiseOr, AccumulatorUse::kReadWrite, OperandType::kReg, \
117 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg,
    [all...]
bytecode-operands.h 113 kReadWrite = kRead | kWrite
139 accumulator_use == AccumulatorUse::kReadWrite;
145 accumulator_use == AccumulatorUse::kReadWrite;
bytecode-operands.cc 23 case AccumulatorUse::kReadWrite:
  /external/libbrillo/brillo/dbus/
exported_property_set.h 61 kReadWrite,
exported_property_set_unittest.cc 484 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
503 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
519 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
533 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);
548 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite);

Completed in 1267 milliseconds