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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp1134 #define FETCH_FLAG_FROM_VM(flag_accessor) { \ macro
1140 bool ciMethod::is_empty_method() const { FETCH_FLAG_FROM_VM(is_empty_method); }
1141 bool ciMethod::is_vanilla_constructor() const { FETCH_FLAG_FROM_VM(is_vanilla_constructor); }
1142 bool ciMethod::has_loops () const { FETCH_FLAG_FROM_VM(has_loops); }
1143 bool ciMethod::has_jsrs () const { FETCH_FLAG_FROM_VM(has_jsrs); }
1144 bool ciMethod::is_accessor () const { FETCH_FLAG_FROM_VM(is_accessor); }
1145 bool ciMethod::is_initializer () const { FETCH_FLAG_FROM_VM(is_initializer); }
1167 #undef FETCH_FLAG_FROM_VM macro

Completed in 53 milliseconds