Searched refs:has_localvariable_table (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.cpp220 assert(has_localvariable_table(), "called only if table is present");
320 return has_localvariable_table() ? *(localvariable_table_length_addr()) : 0;
522 if (has_localvariable_table()) {
528 if (has_localvariable_table()) {
H A DconstMethod.hpp258 bool has_localvariable_table() const function in class:ConstMethod
H A Dmethod.hpp561 bool has_localvariable_table() const function in class:Method
562 { return constMethod()->has_localvariable_table(); }
/openjdk10/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp153 bool has_localvariable_table () const { return (_flags & JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp168 if (method->has_localvariable_table()) {
H A DjvmtiRedefineClasses.cpp3997 if (scratch_class->access_flags().has_localvariable_table() !=
3998 the_class->access_flags().has_localvariable_table()) {
4001 if (scratch_class->access_flags().has_localvariable_table()) {
H A DjvmtiImpl.cpp638 if (!method_oop->has_localvariable_table()) {
H A DjvmtiEnv.cpp3021 if (!ik->access_flags().has_localvariable_table()) {
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp1276 if (!method->has_localvariable_table()) {
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.cpp660 if (m->has_localvariable_table()) {

Completed in 190 milliseconds