Home | History | Annotate | Download | only in x64

Lines Matching refs:allocator_

254       allocator_(NULL),
286 ASSERT(allocator_ == NULL);
288 allocator_ = &register_allocator;
317 allocator_->Initialize();
379 Result context = allocator_->Allocate();
383 Result scratch = allocator_->Allocate();
409 allocator_->Unuse(rdi);
506 allocator_ = NULL;
2184 Result return_value = allocator_->Allocate(rax);
2389 Result boilerplate = allocator_->Allocate();
2555 Result scratch = allocator_->Allocate();
2745 Result receiver = allocator_->Allocate(rdx);
3238 old_value = allocator_->Allocate();
3764 Result fresh = allocator_->Allocate();
3770 Result fresh = allocator_->Allocate();
3784 ASSERT(allocator_->count(rcx) == 1);
3948 Result rbp_as_smi = allocator_->Allocate();
3977 Result result = allocator_->Allocate(rax);
4137 Result scratch = allocator_->Allocate();
4147 Result duplicate_value = allocator_->Allocate();
4552 value = allocator_->Allocate();
4618 Result temp = allocator_->Allocate();
4740 Result start = allocator_->Allocate();
4749 Result temp = allocator_->Allocate();
4768 Result tmp = allocator_->Allocate();
4838 Result temp = allocator_->Allocate();
4846 Result temp = allocator_->Allocate();
5673 Result fresh = allocator_->Allocate();
5677 fresh = allocator_->Allocate();
5692 quotient = allocator_->Allocate(rax);
5702 Result fresh = allocator_->Allocate();
5715 remainder = allocator_->Allocate(rdx);
5759 *left = allocator_->Allocate();
5772 answer = allocator_->Allocate();
5821 answer = allocator_->Allocate();
6217 Result tmp = cgen_->allocator_->Allocate();