OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackOverflow
(Results
1 - 2
of
2
) sorted by null
/art/test/004-SignalTest/src/
Main.java
22
private static void
stackOverflow
() {
23
stackOverflow
();
41
stackOverflow
();
/art/test/570-checker-osr/src/
Main.java
56
$noinline$
stackOverflow
(new Main(), /* isSecondInvocation */ false);
57
$noinline$
stackOverflow
(new SubMain(), /* isSecondInvocation */ true);
220
public static void $noinline$
stackOverflow
(Main m, boolean isSecondInvocation) {
223
if (!isInInterpreter("$noinline$
stackOverflow
")) {
228
ensureHasProfilingInfo("$noinline$
stackOverflow
");
232
while (!isInOsrCode("$noinline$
stackOverflow
")) {}
236
// The first invocation of $noinline$
stackOverflow
will populate the inline
Completed in 2973 milliseconds