Searched defs:interpreted (Results 1 - 2 of 2) 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

Completed in 30 milliseconds