Home
last modified time | relevance | path

Searched full:tracks (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/replace_call_site/
Dreplace_call_site_test.cpp172 std::vector<AnnotationTrack> &tracks) in GetAnnotationTracks() argument
176 tracks.push_back({klass, method, anno}); in GetAnnotationTracks()
184 std::vector<AnnotationTrack> tracks; in GetAnnotationTracks() local
187 GetAnnotationTracks(klass, method, tracks); in GetAnnotationTracks()
192 return tracks; in GetAnnotationTracks()
215 const std::vector<AnnotationTrack> tracks = GetAnnotationTracks(mod); in GetAnnotationInfo() local
216 for (const auto &track : tracks) { in GetAnnotationInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp32 * Class tracks GC tasks already processed by GC.
33 * Also the class tracks concurrent mark GC phase and calls
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md53 …ed code to allow debugging when source code is not available. The module tracks fake disassembled …
Dfile_format.md931 [the state machine](#state-machine) tracks a pointer to the constant pool.
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml387 …description: Specify whether G1GC tracks object removing (i.e. update objects count in memstats an…
/arkcompiler/runtime_core/docs/
Dfile_format.md929 [the state machine](#state-machine) tracks a pointer to the constant pool.
/arkcompiler/runtime_core/isa/
Disa.yaml103 …value itself (both primitive and objects) and corresponding type info. VM tracks type of registers,
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml103 …value itself (both primitive and objects) and corresponding type info. VM tracks type of registers,
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59191 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 …]