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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp73 // Is stack walkable
74 inline bool walkable( void) { function
H A DmethodHandles_sparc.cpp504 bool walkable = has_mh; // whether the traced frame shoud be walkable local
507 if (walkable) {
508 // The previous definition of walkable may have to be refined
511 // modified to support the current or future non walkable
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjavaFrameAnchor_x86.hpp65 // Always walkable
66 bool walkable(void) { return true; } function
67 // Never any thing to do since we are always walkable and can find address of return addresses
H A DmethodHandles_x86.cpp530 bool walkable = has_mh; // whether the traced frame shoud be walkable local
532 if (walkable) {
533 // The previous definition of walkable may have to be refined
536 // modified to support the current or future non walkable
542 // Stack may not be walkable (invalid PC above FP):
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjavaFrameAnchor_zero.hpp72 bool walkable() { function

Completed in 35 milliseconds