Searched refs:is_stack (Results 1 – 4 of 4) sorted by relevance
237 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) { in IsThreadStackOrTls() argument246 *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size); in IsThreadStackOrTls()342 bool is_stack = false; in AddLocation() local343 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation()345 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
102 DCHECK(dst.is_stack()); in TransferStackSlot()402 if ((source->is_stack() && keep_stack_slots) || in InitMergeRegion()552 DCHECK(slot.is_stack()); in LoadToRegister()564 if (slot.is_stack()) { in LoadI64HalfIntoRegister()592 if (slot.is_stack()) continue; in PrepareLoopArgs()
59 bool is_stack() const { return loc_ == kStack; } in is_stack() function
1723 DCHECK(local_slot.is_stack()); in LocalGet()