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

  /external/v8/src/compiler/
access-info.cc 61 PropertyAccessInfo PropertyAccessInfo::NotFound(Type* receiver_type,
63 return PropertyAccessInfo(holder, receiver_type);
68 PropertyAccessInfo PropertyAccessInfo::DataConstant(
71 return PropertyAccessInfo(holder, constant, receiver_type);
76 PropertyAccessInfo PropertyAccessInfo::DataField(
80 return PropertyAccessInfo(holder, transition_map, field_index, field_check,
96 PropertyAccessInfo::PropertyAccessInfo(
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 290 milliseconds