Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 25 of 32) sorted by relevance

12

/art/test/904-object-allocation/src/art/
DTest904.java113 startBarrier.dec(); in testThread()
131 trackBarrier.dec(); in testThread()
144 public synchronized void dec() throws Exception { in dec() method in Test904.SimpleBarrier
/art/runtime/oat/
Dstack_map.cc210 << " NumberOfDexRegisters:" << std::dec << number_of_dex_registers_ in Dump()
265 << std::dec in Dump()
298 vios->Stream() << std::dec << ", method_index=" << method_info.GetMethodIndex(); in Dump()
302 << std::noboolalpha << ", dex_file_index=" << std::dec in Dump()
/art/runtime/gc/allocator/
Drosalloc.cc82 << ", capacity=" << std::dec << capacity_ in RosAlloc()
83 << ", max_capacity=" << std::dec << max_capacity_; in RosAlloc()
298 << "(" << std::dec << (num_pages * gPageSize) << ")"; in AllocPages()
355 << "(" << std::dec << (num_pages * gPageSize) << ")"; in FreePages()
371 … << std::hex << reinterpret_cast<uintptr_t>(fpr) << " [" << std::dec << pm_idx << "] -0x" in FreePages()
372 << std::hex << reinterpret_cast<uintptr_t>(fpr->End(this)) << " [" << std::dec in FreePages()
380 … << std::hex << reinterpret_cast<uintptr_t>(h) << " [" << std::dec << ToPageMapIndex(h) << "] -0x" in FreePages()
381 << std::hex << reinterpret_cast<uintptr_t>(h->End(this)) << " [" << std::dec in FreePages()
416 … << std::hex << reinterpret_cast<uintptr_t>(l) << " [" << std::dec << ToPageMapIndex(l) << "] -0x" in FreePages()
417 << std::hex << reinterpret_cast<uintptr_t>(l->End(this)) << " [" << std::dec in FreePages()
[all …]
Drosalloc-inl.h116 << ", bracket_size=" << std::dec << bracketSizes[idx] in AllocSlot()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc60 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : " in VerifyClassData()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc64 << " fp spills=" << frame_info.FpSpillMask() << std::dec << " ISA " << isa; in CheckPCOffset()
/art/dex2oat/utils/
Dswap_space.cc46 << " size=" << std::dec << entry.free_by_start_entry->size; in DumpFreeMap()
/art/runtime/verifier/
Dregister_line.cc517 << std::hex << locked_levels << std::dec << " != " in MergeRegisters()
518 << std::hex << incoming_locked_levels << std::dec << " in " in MergeRegisters()
/art/dexdump/
Ddexdump_cfg.cc108 os << " 0x" << std::hex << dex_pc << std::dec << ": "; in DumpMethodCFG()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h96 << "). MethodInfo: method_index=" << std::dec << method_index in GetResolvedMethodErrorString()
99 << ", dex_file_index=" << std::dec << method_info.GetDexFileIndex() << "."; in GetResolvedMethodErrorString()
/art/runtime/gc/space/
Drosalloc_space.cc470 << " at " << std::hex << reinterpret_cast<intptr_t>(obj_ptr) << std::dec in AllocationSizeNonvirtual()
/art/runtime/gc/collector/
Dgarbage_collector.cc184 << ", 0x" << it.second << std::dec << ") failed: " << strerror(errno); in ExtractRssFromMincore()
Dmark_compact-inl.h355 << " mask: 0x" << mask << std::dec; in CountLiveWordsUpto()
/art/compiler/optimizing/
Dgraph_visualizer.cc447 << "0x" << check->GetBitstringPathToRoot() << std::dec; in HandleTypeCheckInstruction()
448 StartAttributeStream("mask") << std::hex << "0x" << check->GetBitstringMask() << std::dec; in HandleTypeCheckInstruction()
/art/openjdkjvmti/
Ddeopt_manager.cc118 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
/art/libartbase/base/
Dmem_map.cc959 os << "(" << std::dec << num << ")"; in DumpMapsLocked()
976 os << "(" << std::dec << num << ")"; in DumpMapsLocked()
/art/runtime/
Dthread-inl.h636 << "tef = " << std::hex << tef << " first = " << first << std::dec; in DCheckUnregisteredEverywhere()
Dcommon_throws.cc553 << "0x" << std::hex << addr << std::dec in ThrowNullPointerExceptionFromDexPC()
Dmonitor.cc1540 LOG(ERROR) << "Encountered bad lock object: " << std::hex << value << std::dec; in VisitLocks()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc106 os << std::dec; in operator <<()
/art/test/ti-stress/
Dstress.cc523 << "\" at location 0x" << std::hex << location << std::dec << ". New value is " in FieldModificationHook()
/art/libprofile/profile/
Dprofile_compilation_info.cc2132 os << " [checksum=" << std::hex << dex_data->checksum << "]" << std::dec; in DumpInfo()
2154 os << "{" << std::hex << inline_cache_it.first << std::dec << ":"; in DumpInfo()
3017 << ",dex_checksum=" << std::hex << dumper.GetDexChecksum() << std::dec in operator <<()
/art/runtime/base/
Dmutex.cc745 << " state_and_contenders = " << std::hex << state_and_contenders_ << std::dec in Dump()
/art/oatdump/
Doatdump.cc1689 os << std::dec; in DumpBssEntries()
1801 os << "IMAGE CHECKSUM: " << std::hex << image_header_.GetImageChecksum() << std::dec << "\n\n"; in Dump()
2997 << std::dec in DumpIMTForClass()
/art/dex2oat/linker/
Dimage_writer.cc2843 LOG(INFO) << "Image roots address=" << std::hex << image_info.image_roots_address_ << std::dec; in CreateHeader()
2845 << " Image offset=" << image_info.image_offset_ << std::dec; in CreateHeader()

12