Searched defs:is_interpreted (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.hpp54 virtual bool is_interpreted() const { return false; } function in class:RFrame
109 bool is_interpreted() const { return true; } function in class:InterpretedRFrame
H A Dfprofiler.cpp285 virtual bool is_interpreted() const { return false; } function in class:ProfilerNode
398 bool is_interpreted() const { return true; } function in class:interpretedNode
1358 if (n->is_interpreted()) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1148 size_t size, Jframe_t *jframe, int* is_interpreted)
1153 *is_interpreted = 0;
1186 *is_interpreted = 1;
1346 int is_interpreted = 0; local
1425 is_interpreted = 1;
1431 result = name_for_codecache(J, fp, pc, name, size, jframe, &is_interpreted);
1439 is_interpreted = 1;
1449 if (!is_interpreted) {
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1148 size_t size, Jframe_t *jframe, int* is_interpreted)
1153 *is_interpreted = 0;
1186 *is_interpreted = 1;
1346 int is_interpreted = 0; local
1425 is_interpreted = 1;
1431 result = name_for_codecache(J, fp, pc, name, size, jframe, &is_interpreted);
1439 is_interpreted = 1;
1449 if (!is_interpreted) {
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1430 bool is_interpreted[2]; local
1436 is_interpreted[frame_count] = vfs.is_interpreted_frame();
1457 if (!is_interpreted[i]) {

Completed in 65 milliseconds