Searched refs:interpreted (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/test/compiler/6443505/
H A DTest6443505.java66 int I = interpreted(4, a, b);
74 I = interpreted(a, b, q, 4);
91 // interpreted reference
92 static int interpreted(int p, int x, int y) { method in class:Test6443505
102 // interpreted reference
103 static int interpreted(int x, int y, int q, int p) { method in class:Test6443505
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp85 int interpreted() { function in class:VALUE_OBJ_CLASS_SPEC
98 return (interpreted() + compiled() + native() + compiling());
271 static int interpreter_ticks; // ticks in unknown interpreted method
H A Dfprofiler.cpp1352 // print interpreted methods
1371 title = "Total interpreted";
1373 title = "Total interpreted (including elided)";
1546 st->print("%d/%d/%d/%d", interpreted(), compiled(), native(), compiling());

Completed in 49 milliseconds