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

  /external/javassist/sample/reflect/
Person.java 13 public static int birth = 3; field in class:Person
23 birth = birthYear;
31 return year - birth;
  /external/chromium/base/
tracked_objects.h 19 // that are tracked. Tracking means their birth, death, duration, birth thread,
20 // death thread, and birth place are recorded. This data is carefully spread
40 // to specify the birth place (file, line, function) where the instance was
51 // as well as a pointer specifying the thread on which the birth takes place.
58 // be handled carefully, and it is ONLY read or written by the birth thread).
64 // addition, the birth time is also embedded in the base class Tracked (see
67 // out its location of birth, and thread of birth, without using any locks, as
80 // collection of DeathData instances. For each birth place Location that i
264 const BirthOnThread& birth() const { return *birth_; } function in class:tracked_objects::Snapshot
    [all...]
tracked_objects.cc 202 "<li><b>birth</b> Thread on which the task was constructed."
213 "<li><b>about:tasks/birth/death</b> would sort the above list by birth"
491 // no messages loops. They might still be adding data to their birth records,
518 delete it->second; // Delete the Birth Records.
538 // Individual 3-tuple of birth (place and thread) along with death thread, and
660 AddBirth(snapshot.birth());
669 void Aggregation::AddBirth(const BirthOnThread& birth) {
670 AddBirthPlace(birth.location());
671 birth_threads_[birth.birth_thread()]++
    [all...]

Completed in 46 milliseconds