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 117 V(StaLookupSlotSloppy, AccumulatorUse::kReadWrite, OperandType::kIdx) \
118 V(StaLookupSlotStrict, AccumulatorUse::kReadWrite, OperandType::kIdx) \
132 V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \
148 V(Add, AccumulatorUse::kReadWrite, OperandType::kReg) \
149 V(Sub, AccumulatorUse::kReadWrite, OperandType::kReg) \
150 V(Mul, AccumulatorUse::kReadWrite, OperandType::kReg) \
151 V(Div, AccumulatorUse::kReadWrite, OperandType::kReg) \
152 V(Mod, AccumulatorUse::kReadWrite, OperandType::kReg) \
153 V(BitwiseOr, AccumulatorUse::kReadWrite, OperandType::kReg) \
154 V(BitwiseXor, AccumulatorUse::kReadWrite, OperandType::kReg)
    [all...]
bytecodes.cc 55 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);
  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 310 AccumulatorUse::kReadWrite);
311 CHECK_EQ(AccumulatorUse::kRead & AccumulatorUse::kReadWrite,
329 AccumulatorUse::kReadWrite);
337 names.insert(Bytecodes::AccumulatorUseToString(AccumulatorUse::kReadWrite));

Completed in 1056 milliseconds