Searched refs:kReadWrite (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecodes.h | 69 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 …]
|
D | bytecode-operands.cc | 23 case AccumulatorUse::kReadWrite: in AccumulatorUseToString()
|
D | bytecode-operands.h | 107 kReadWrite = kRead | kWrite enumerator
|
/external/libbrillo/brillo/dbus/ |
D | exported_property_set_unittest.cc | 484 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()
|
D | exported_property_set.h | 61 kReadWrite, enumerator
|