Searched full:tracks (Results 1 – 9 of 9) sorted by relevance
172 std::vector<AnnotationTrack> &tracks) in GetAnnotationTracks() argument176 tracks.push_back({klass, method, anno}); in GetAnnotationTracks()184 std::vector<AnnotationTrack> tracks; in GetAnnotationTracks() local187 GetAnnotationTracks(klass, method, tracks); in GetAnnotationTracks()192 return tracks; in GetAnnotationTracks()215 const std::vector<AnnotationTrack> tracks = GetAnnotationTracks(mod); in GetAnnotationInfo() local216 for (const auto &track : tracks) { in GetAnnotationInfo()
32 * Class tracks GC tasks already processed by GC.33 * Also the class tracks concurrent mark GC phase and calls
53 …ed code to allow debugging when source code is not available. The module tracks fake disassembled …
931 [the state machine](#state-machine) tracks a pointer to the constant pool.
387 …description: Specify whether G1GC tracks object removing (i.e. update objects count in memstats an…
929 [the state machine](#state-machine) tracks a pointer to the constant pool.
103 …value itself (both primitive and objects) and corresponding type info. VM tracks type of registers,
59191 get tracks() {116117 this.tracks = new Array;116131 var e = this.tracks;116201 var n = this.tracks;116382 for (var e = 0, i = this.tracks.length; e < i; e++) this.clearTrack(e);116383 this.tracks.length = 0;116388 if (!(t >= this.tracks.length)) {116389 var e = this.tracks[t];116402 this.tracks[e.trackIndex] = null;116409 this.tracks[t] = e;[all …]