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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp352 address start_a_const(int required_space, int required_align = sizeof(double));
357 address ptr = start_a_const(sizeof(c), sizeof(c));
366 address ptr = start_a_const(sizeof(c), sizeof(c));
375 address ptr = start_a_const(sizeof(c), sizeof(c));
384 address ptr = start_a_const(sizeof(c), sizeof(c));
393 address ptr = start_a_const(sizeof(c), sizeof(c));
H A Dassembler.cpp104 address AbstractAssembler::start_a_const(int required_space, int required_align) { function in class:AbstractAssembler
124 // Should not be called if start_a_const() returned NULL

Completed in 43 milliseconds