Searched refs:kStackSpaceRequiredForCompilation (Results 1 – 2 of 2) sorted by relevance
36 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in RUNTIME_FUNCTION()51 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in RUNTIME_FUNCTION()85 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in RUNTIME_FUNCTION()
75 constexpr int kStackSpaceRequiredForCompilation = 40; variable