Lines Matching refs:uintptr_t
159 void SetStackLimit(uintptr_t limit);
193 uintptr_t climit() { in climit()
196 uintptr_t real_climit() { in real_climit()
199 uintptr_t jslimit() { in jslimit()
202 uintptr_t real_jslimit() { in real_jslimit()
240 static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
241 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
243 static const uintptr_t kInterruptLimit = 0xfffffffe;
244 static const uintptr_t kIllegalLimit = 0xfffffff8;
266 uintptr_t real_jslimit_; // Actual JavaScript stack limit set for the VM.
267 uintptr_t jslimit_;
268 uintptr_t real_climit_; // Actual C++ stack limit set for the VM.
269 uintptr_t climit_;