Home
last modified time | relevance | path

Searched refs:real_climit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.h214 uintptr_t real_climit() { in real_climit() function
Dparser.cc4660 intptr_t stack_limit = isolate()->stack_guard()->real_climit(); in LazyParseFunctionLiteral()
5901 intptr_t stack_limit = isolate->stack_guard()->real_climit(); in DoPreParse()
/external/v8/test/cctest/
Dtest-parsing.cc255 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); in TEST()
291 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); in TEST()
394 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); in TEST()
1044 uintptr_t stack_limit = i::Isolate::Current()->stack_guard()->real_climit(); in TestParserSync()
Dtest-api.cc14023 i::Isolate::Current()->stack_guard()->real_climit()); in GetStackLimitCallback()