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

  /external/v8/src/profiler/
heap-snapshot-generator.h 60 int from_index() const { return FromIndexField::decode(bit_field_); }
63 class FromIndexField : public BitField<int, 3, 29> {};
heap-snapshot-generator.cc 27 : bit_field_(TypeField::encode(type) | FromIndexField::encode(from)),
39 : bit_field_(TypeField::encode(type) | FromIndexField::encode(from)),
    [all...]

Completed in 60 milliseconds