Searched refs:custom_arena_pool (Results 1 – 1 of 1) sorted by relevance
107 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool, bool for_boot_image) in ProfileCompilationInfo() argument109 allocator_(custom_arena_pool), in ProfileCompilationInfo()117 ProfileCompilationInfo::ProfileCompilationInfo(ArenaPool* custom_arena_pool) in ProfileCompilationInfo() argument118 : ProfileCompilationInfo(custom_arena_pool, /*for_boot_image=*/ false) { } in ProfileCompilationInfo()