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

/openjdk10/hotspot/src/os/aix/vm/
H A Ddecoder_aix.hpp37 virtual bool can_decode_C_frame_in_vm() const { return true; } function in class:AIXDecoder
/openjdk10/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp38 virtual bool can_decode_C_frame_in_vm() const { function in class:MachODecoder
/openjdk10/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.cpp139 bool Decoder::can_decode_C_frame_in_vm() { function in class:Decoder
H A Ddecoder.hpp102 virtual bool can_decode_C_frame_in_vm() const { function in class:NullDecoder

Completed in 102 milliseconds