Home | History | Annotate | Download | only in mips

Lines Matching refs:stack_

958   stack_ = reinterpret_cast<char*>(malloc(stack_size_));
978 registers_[sp] = reinterpret_cast<int32_t>(stack_) + stack_size_ - 64;
1481 return reinterpret_cast<uintptr_t>(stack_) + 1024;