Searched refs:pcs_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp59 // 2) Use oop_size, data_size, pcs_size to create the nmethod and
124 int pcs_size();
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 65 milliseconds