Searched defs:locinf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c49 char locinf; /* indicates there is valid location info */ member in struct:__anon77
1055 jframe->locinf = 1;
1132 jframe->locinf = 1;
1359 jframe->locinf = 0;
1531 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
1539 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c49 char locinf; /* indicates there is valid location info */ member in struct:__anon87
1055 jframe->locinf = 1;
1132 jframe->locinf = 1;
1359 jframe->locinf = 0;
1531 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
1539 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,

Completed in 55 milliseconds