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

  /external/v8/src/
property.cc 25 Descriptor Descriptor::DataField(Handle<Name> key, int field_index,
28 return DataField(key, field_index, attributes, kMutable, representation,
32 Descriptor Descriptor::DataField(Handle<Name> key, int field_index,
48 return DataField(key, field_index, attributes, kConst,
  /external/v8/src/compiler/
access-info.cc 82 PropertyAccessInfo PropertyAccessInfo::DataField(
343 *access_info = PropertyAccessInfo::DataField(
509 *access_info = PropertyAccessInfo::DataField(
571 *access_info = PropertyAccessInfo::DataField(

Completed in 455 milliseconds