Home
last modified time | relevance | path

Searched refs:kReadWrite (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.h73 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 …]
Dbytecode-operands.h113 kReadWrite = kRead | kWrite enumerator
139 accumulator_use == AccumulatorUse::kReadWrite; in ReadsAccumulator()
145 accumulator_use == AccumulatorUse::kReadWrite; in WritesAccumulator()
Dbytecode-operands.cc23 case AccumulatorUse::kReadWrite: in AccumulatorUseToString()
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc484 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite); in TEST_F()
503 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite); in TEST_F()
519 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite); in TEST_F()
533 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite); in TEST_F()
548 p_->string_prop_.SetAccessMode(ExportedPropertyBase::Access::kReadWrite); in TEST_F()
Dexported_property_set.h61 kReadWrite, enumerator