Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 14 of 14) sorted by relevance

/art/libartbase/base/
Dindenter.h74 size_t remaining = count_; in Write() local
75 while (remaining != 0u) { in Write()
76 size_t to_write = std::min(remaining, sizeof(text_)); in Write()
78 remaining -= to_write; in Write()
/art/tools/ahat/src/main/com/android/ahat/
DHeapTable.java106 List<T> remaining = selector.remaining(); in render() local
107 if (!remaining.isEmpty()) { in render()
115 for (T elem : remaining) { in render()
DSubsetSelector.java59 public List<T> remaining() { in remaining() method in SubsetSelector
/art/runtime/
Dclass_loader_context.cc348 std::string remaining = spec; in ParseInternal() local
351 while (!remaining.empty()) { in ParseInternal()
353 size_t first_class_loader_separator = remaining.find_first_of(kClassLoaderSeparator); in ParseInternal()
355 remaining.find_first_of(kClassLoaderSharedLibraryOpeningMark); in ParseInternal()
359 class_loader_spec = remaining; in ParseInternal()
360 remaining = ""; in ParseInternal()
365 class_loader_spec = remaining.substr(0, first_class_loader_separator); in ParseInternal()
366 remaining = remaining.substr(first_class_loader_separator + 1, in ParseInternal()
367 remaining.size() - first_class_loader_separator - 1); in ParseInternal()
373 FindMatchingSharedLibraryCloseMarker(remaining, first_shared_library_open); in ParseInternal()
[all …]
Dmonitor_inflation.md30 `MonitorId` are the index of the `Monitor` within its chunk. The remaining bits are used to find
/art/runtime/jni/
Dlocal_reference_table.cc551 size_t remaining = prune_count; in Remove() local
553 while (remaining != 0u && free_index >= prune_start) { in Remove()
558 --remaining; in Remove()
561 while (remaining != 0u) { in Remove()
574 --remaining; in Remove()
666 uint32_t remaining = segment_state_.top_index; in VisitRootsInternal() local
668 while (remaining != 0u) { in VisitRootsInternal()
669 size_t count = std::min<size_t>(remaining, GetTableSize(table_index)); in VisitRootsInternal()
672 remaining -= count; in VisitRootsInternal()
/art/cmdline/
Dtoken_range.h315 size_t remaining = string.size() - string_idx; in MatchSubstrings() local
316 if (remaining > 0) { in MatchSubstrings()
325 string_idx += remaining; in MatchSubstrings()
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md60 remaining lines starting with + are stack frames (SFs), containing function signatures.
/art/dexdump/
Ddexdump.cc490 size_t remaining; in dumpXmlAttribute() local
495 remaining = 0; in dumpXmlAttribute()
499 remaining = 1; in dumpXmlAttribute()
503 remaining = 2; in dumpXmlAttribute()
508 remaining = 3; in dumpXmlAttribute()
510 for (size_t i = 0; i < remaining; ++i) { in dumpXmlAttribute()
/art/build/
DAndroid.bp74 // The only two remaining offenders are art/openjdkjvmti/include/jvmti.h and
/art/test/
DAndroid.bp749 // This includes the remaining test functions. We should try to refactor things to
/art/compiler/utils/riscv64/
Dassembler_riscv64.cc7710 int64_t remaining = value - addi_value; in LoadImmediate() local
7711 size_t shamt = CTZ(remaining); in LoadImmediate()
7715 value = remaining >> shamt; in LoadImmediate()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt10709 Ljava/util/zip/ZipInputStream;->remaining:J
/art/build/boot/
Dboot-image-profile.txt3560 HSPLjava/nio/Buffer;->remaining()I