Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.h69 V(StaLookupSlotSloppy, AccumulatorUse::kReadWrite, OperandType::kIdx) \
70 V(StaLookupSlotStrict, AccumulatorUse::kReadWrite, OperandType::kIdx) \
82 V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \
102 V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
103 V(Sub, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
104 V(Mul, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
105 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
106 V(Mod, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
107 V(BitwiseOr, AccumulatorUse::kReadWrite, OperandType::kReg, \
109 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg, \
[all …]
Dbytecode-operands.cc23 case AccumulatorUse::kReadWrite: in AccumulatorUseToString()
Dbytecode-operands.h107 kReadWrite = kRead | kWrite enumerator
/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