Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 18 of 18) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.cc94 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 bool ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() argument
Dimage_space.h199 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { in Sweep() argument
Ddlmalloc_space.h173 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() argument
Dbump_pointer_space.h76 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
Dregion_space.h109 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
Dlarge_object_space.cc645 size_t /*failed_alloc_bytes*/) { in LogFragmentationAllocFailure() argument
/art/cmdline/
Dmemory_representation.h43 operator size_t() const { return Value; } in size_t() function
/art/runtime/
Dstack_map.cc59 : CodeInfo(data, num_read_bits, [](size_t, auto*, BitMemoryRegion){}) {} in CodeInfo() argument
122 ForEachHeaderField([&old_code_info, &new_code_info](size_t, auto member_pointer) { in Dedupe() argument
266 ForEachBitTableField([this, &vios, verbose](size_t, auto member_pointer) { in Dump() argument
Dclass_linker.cc6466 /*out*/HashMap<size_t, ClassLinker::MethodTranslation>* default_translations) { in LinkVirtualMethods()
8021 const HashMap<size_t, ClassLinker::MethodTranslation>& default_translations, in UpdateVtable()
8146 const HashMap<size_t, ClassLinker::MethodTranslation>& default_translations, in LinkInterfaceMethods()
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1239 const std::tuple<size_t, bool, InterferenceNode*>& rhs) { in BuildInterferenceGraph()
2017 const std::tuple<size_t, bool, LiveInterval*>& rhs) { in ColorSpillSlots()
Dstack_map_stream.cc338 ForEachBitTable([&out](size_t, auto bit_table) { in Encode() argument
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc221 std::map<size_t, TypeLinkage>& types) { in ProcessCodeItem()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc545 size_t /*size*/) { in Copy() argument
587 size_t /*size*/) { in Copy() argument
/art/runtime/jit/
Ddebugger_interface.cc654 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol() argument
Djit_code_cache.cc492 ForEachNativeDebugSymbol([&](const void* addr, size_t, const char* name) { in FreeAllMethodHeaders() argument
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc412 size_t /*size*/) { in Copy() argument
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc487 size_t /*size*/) { in Copy() argument
/art/dex2oat/linker/
Doat_writer.cc2166 static size_t CalculateIndexBssMappingSize( in CalculateIndexBssMappingSize() argument
2847 size_t WriteIndexBssMapping( in WriteIndexBssMapping() argument