Home
last modified time | relevance | path

Searched defs:LinearAlloc (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/
H A Dcha.h32 class LinearAlloc; variable
H A Dlinear_alloc.cc23 LinearAlloc::LinearAlloc(ArenaPool* pool) : lock_("linear alloc"), allocator_(pool) { in LinearAlloc() function in art::LinearAlloc
H A Dclass_linker.h56 class LinearAlloc; variable
H A Druntime.h99 class LinearAlloc; variable
/aosp12/art/runtime/mirror/
H A Dclass_loader.h29 class LinearAlloc; variable
H A Ddex_cache_test.cc79 TEST_F(DexCacheTest, LinearAlloc) { in TEST_F() argument
H A Ddex_cache.h39 class LinearAlloc; variable
/aosp12/art/runtime/jit/
H A Djit_code_cache.h43 class LinearAlloc; variable