Home | History | Annotate | Download | only in jit

Lines Matching refs:allocator

300                                             ScopedArenaAllocator* allocator,
338 ScopedArenaVector<ObjPtr<mirror::Class>> classes(allocator->Adapter());
392 ScopedArenaAllocator allocator(&stack);
393 MethodReferenceCollection hot_methods(allocator.Adapter(), allocator.Adapter());
394 MethodReferenceCollection sampled_methods(allocator.Adapter(), allocator.Adapter());
395 TypeReferenceCollection resolved_classes(allocator.Adapter(), allocator.Adapter());
407 &allocator,