OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackOverflow
(Results
1 - 3
of
3
) sorted by null
/art/test/004-SignalTest/src/
Main.java
22
private static void
stackOverflow
() {
23
stackOverflow
();
41
stackOverflow
();
/art/tools/ahat/src/test/com/android/ahat/
DominatorsTest.java
214
public void
stackOverflow
() {
/art/test/570-checker-osr/src/
Main.java
56
$noinline$
stackOverflow
(new Main(), /* isSecondInvocation */ false);
57
$noinline$
stackOverflow
(new SubMain(), /* isSecondInvocation */ true);
240
public static void $noinline$
stackOverflow
(Main m, boolean isSecondInvocation) {
243
if (!isInInterpreter("$noinline$
stackOverflow
")) {
248
ensureHasProfilingInfo("$noinline$
stackOverflow
");
252
while (!isInOsrCode("$noinline$
stackOverflow
")) {}
256
// The first invocation of $noinline$
stackOverflow
will populate the inline
Completed in 890 milliseconds