Searched refs:kForceConstructor (Results 1 – 3 of 3) sorted by relevance
178 force_constructor_ = (flags & FrameArray::kForceConstructor) != 0; in FromFrameArray()
483 if (force_constructor) flags |= FrameArray::kForceConstructor; in CaptureSimpleStackTrace()505 if (exit_frame->IsConstructor()) flags |= FrameArray::kForceConstructor; in CaptureSimpleStackTrace()
3149 static const int kForceConstructor = 1 << 3; variable