Searched refs:source_cs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp383 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { argument
384 int lcount = source_cs->locs_count();
386 initialize_shared_locs(source_cs->locs_start(), lcount);
389 set_locs_point(start() + source_cs->locs_point_off());
391 assert(this->locs_count() == source_cs->locs_count(), "sanity");
H A DcodeBuffer.hpp133 void initialize_locs_from(const CodeSection* source_cs);

Completed in 56 milliseconds