Searched refs:has_linenumber_table (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.cpp71 assert(has_linenumber_table(), "called only if table is present");
H A DconstMethodOop.hpp168 bool has_linenumber_table() const function in class:constMethodOopDesc
H A DmethodOop.hpp453 bool has_linenumber_table() const function in class:methodOopDesc
454 { return constMethod()->has_linenumber_table(); }
H A DconstMethodKlass.cpp232 if (m->has_linenumber_table()) {
H A DmethodKlass.cpp265 if (m->has_linenumber_table()) {
H A DmethodOop.cpp513 if (has_linenumber_table()) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp126 bool has_linenumber_table () const { return (_flags & JVM_ACC_HAS_LINE_NUMBER_TABLE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp180 bool has_linenumber_table() const; // length unknown until decompression
H A DciMethod.cpp233 // ciMethod::has_linenumber_table
236 bool ciMethod::has_linenumber_table() const { function in class:ciMethod
239 return get_methodOop()->has_linenumber_table();
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp598 if (last != NULL && last->has_linenumber_table() && last_bci >= 0) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp144 if (const_method->has_linenumber_table()) {
H A DjvmtiEnv.cpp2760 if (!method_oop->has_linenumber_table()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp411 if (method()->has_linenumber_table()) {

Completed in 67 milliseconds