/art/runtime/gc/space/ |
D | zygote_space.cc | 94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() argument 99 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) { in AllocationSize() argument 109 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() argument 114 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() argument
|
D | image_space.h | 198 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { in Sweep() argument
|
D | dlmalloc_space.h | 173 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() argument
|
D | bump_pointer_space.h | 76 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
|
D | bump_pointer_space.cc | 224 size_t /* failed_alloc_bytes */) { in LogFragmentationAllocFailure() argument
|
D | region_space.h | 109 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
|
D | region_space.cc | 726 size_t /* failed_alloc_bytes */) { in LogFragmentationAllocFailure() argument
|
D | large_object_space.cc | 645 size_t /*failed_alloc_bytes*/) { in LogFragmentationAllocFailure() argument
|
/art/cmdline/ |
D | memory_representation.h | 43 operator size_t() const { return Value; } in size_t() function
|
/art/runtime/ |
D | stack_map.cc | 59 : CodeInfo(data, num_read_bits, [](size_t, auto*, BitMemoryRegion){}) {} in CodeInfo() argument 129 ForEachHeaderField([&old_code_info, &new_code_info](size_t, auto member_pointer) { in Dedupe() argument 272 ForEachBitTableField([this, &vios, verbose](size_t, auto member_pointer) { in Dump() argument
|
D | class_linker.cc | 6513 /*out*/std::unordered_map<size_t, ClassLinker::MethodTranslation>* default_translations) { in LinkVirtualMethods() 8050 const std::unordered_map<size_t, ClassLinker::MethodTranslation>& default_translations, in UpdateVtable() 8175 const std::unordered_map<size_t, ClassLinker::MethodTranslation>& default_translations, in LinkInterfaceMethods()
|
/art/compiler/optimizing/ |
D | register_allocator_graph_color.cc | 1239 const std::tuple<size_t, bool, InterferenceNode*>& rhs) { in BuildInterferenceGraph() 2017 const std::tuple<size_t, bool, LiveInterval*>& rhs) { in ColorSpillSlots()
|
D | stack_map_stream.cc | 322 ForEachBitTable([&out](size_t, auto bit_table) { in Encode() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 221 std::map<size_t, TypeLinkage>& types) { in ProcessCodeItem()
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 545 size_t /*size*/) { in Copy() argument 587 size_t /*size*/) { in Copy() argument
|
/art/runtime/jit/ |
D | debugger_interface.cc | 651 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol() argument
|
D | jit_code_cache.cc | 514 ForEachNativeDebugSymbol([&](const void* addr, size_t, const char* name) { in FreeAllMethodHeaders() argument
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 402 size_t /*size*/) { in Copy() argument
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 487 size_t /*size*/) { in Copy() argument
|