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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp53 bool verify_mask(CellTypeState *vars, CellTypeState *stack, int max_locals, int stack_top);
307 bool OopMapCacheEntry::verify_mask(CellTypeState* vars, CellTypeState* stack, int max_locals, int stack_top) { function in class:OopMapCacheEntry
441 assert(verify_mask(vars, stack, max_locals, stack_top), "mask could not be verified");

Completed in 28 milliseconds