Searched refs:debug_size (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2686 static int debug_size; // size of debug info in methods member in class:ClassStatistics
2725 (method_size + debug_size) * oopSize, method_size * oopSize, debug_size * oopSize);
2736 int ClassStatistics::debug_size = 0; member in class:ClassStatistics
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp258 uint debug_size() const { function in class:JVMState
261 uint debug_depth() const; // returns sum of debug_size values at all depths
H A DgraphKit.cpp901 uint debug_start = debug_ptr - in_jvms->debug_size();
972 assert(out_jvms->debug_size() == in_jvms->debug_size(), "size must match");
H A Dcallnode.cpp312 total += jvmp->debug_size();

Completed in 64 milliseconds