HomeSort by relevance Sort by last modified time
    Searched defs:PropertyAttributes (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-details.h 36 enum PropertyAttributes {
80 PropertyDetails(PropertyAttributes attributes,
102 PropertyAttributes attributes() { return AttributesField::decode(value_); }
120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
  /external/chromium_org/v8/src/
property-details.h 36 enum PropertyAttributes {
169 PropertyDetails(PropertyAttributes attributes,
180 PropertyDetails(PropertyAttributes attributes,
197 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) {
199 static_cast<PropertyAttributes>(attributes() | new_attributes);
217 PropertyAttributes attributes() const {
248 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
269 PropertyDetails(int value, PropertyAttributes attributes) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 82 milliseconds