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

  /external/v8/src/compiler/
access-info.cc 268 Representation field_representation = details.representation(); local
270 *map, index, field_representation.IsDouble());
272 if (field_representation.IsSmi()) {
274 } else if (field_representation.IsDouble()) {
276 } else if (field_representation.IsHeapObject()) {
445 Representation field_representation = details.representation(); local
447 *transition_map, index, field_representation.IsDouble());
449 if (field_representation.IsSmi()) {
451 } else if (field_representation.IsDouble()) {
453 } else if (field_representation.IsHeapObject())
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 6293 Representation field_representation() const { function in class:final::final
6861 Representation field_representation() const { function in class:final::final
    [all...]

Completed in 68 milliseconds