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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp807 int minimum_header_size() { function in class:AllocateNode
H A Dmemnode.cpp1036 offset >= st->in(0)->as_Allocate()->minimum_header_size()) {
3276 if (start < (intptr_t) allocation()->minimum_header_size()) return FAIL;
3736 intptr_t first_offset = allocation()->minimum_header_size();
3877 intptr_t last_off = allocation()->minimum_header_size();
H A Dmacro.cpp1563 int header_size = alloc->minimum_header_size(); // conservatively small

Completed in 57 milliseconds