Searched defs:can_decode_C_frame_in_vm (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp38 virtual bool can_decode_C_frame_in_vm() const { function in class:MachODecoder
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.hpp42 bool can_decode_C_frame_in_vm() const { return true; } function in class:ElfDecoder
H A Ddecoder.cpp116 bool Decoder::can_decode_C_frame_in_vm() { function in class:Decoder
123 return decoder->can_decode_C_frame_in_vm();
H A Ddecoder.hpp55 virtual bool can_decode_C_frame_in_vm() const = 0;
95 virtual bool can_decode_C_frame_in_vm() const { function in class:NullDecoder
106 static bool can_decode_C_frame_in_vm();

Completed in 51 milliseconds