OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:real_climit_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
execution.cc
32
thread_local_.set_climit(thread_local_.
real_climit_
);
236
if (thread_local_.climit() == thread_local_.
real_climit_
) {
239
thread_local_.
real_climit_
= limit;
246
uintptr_t climit = thread_local_.
real_climit_
;
371
per_thread->set_stack_limit(thread_local_.
real_climit_
);
378
real_climit_
= kIllegalLimit;
387
if (
real_climit_
== kIllegalLimit) {
393
real_climit_
= limit;
execution.h
125
return thread_local_.
real_climit_
;
197
uintptr_t
real_climit_
; // Actual C++ stack limit set for the VM.
member in class:v8::internal::final::final
Completed in 593 milliseconds