Searched refs:custom_arena_pool (Results 1 – 1 of 1) sorted by relevance
548 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo() argument550 allocator_(custom_arena_pool), in ProfileCompilationInfo()561 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool) in ProfileCompilationInfo() argument562 : ProfileCompilationInfo(custom_arena_pool, /*for_boot_image=*/ false) { } in ProfileCompilationInfo()