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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp399 int DebugInformationRecorder::pcs_size() { function in class:DebugInformationRecorder
H A Dnmethod.cpp355 // adjust pcs_size so that it is a multiple of both oopSize and
358 static int adjust_pcs_size(int pcs_size) { argument
359 int nsize = round_to(pcs_size, oopSize);
361 nsize = pcs_size + sizeof(PcDesc);
582 + adjust_pcs_size(debug_info->pcs_size())
855 _dependencies_offset = _scopes_pcs_offset + adjust_pcs_size(debug_info->pcs_size());

Completed in 30 milliseconds