Searched refs:custom_arena_pool (Results 1 – 1 of 1) sorted by relevance
565 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo() argument567 allocator_(custom_arena_pool), in ProfileCompilationInfo()578 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool) in ProfileCompilationInfo() argument579 : ProfileCompilationInfo(custom_arena_pool, /*for_boot_image=*/ false) { } in ProfileCompilationInfo()