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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dicache_zero.hpp38 static void invalidate_range(address start, int nbytes) {} function in class:ICache
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.cpp44 // call Assembler::flush, which in turn will call invalidate_range,
46 // explicit call to invalidate_range here. This assumption is
47 // checked in invalidate_range.
81 void AbstractICache::invalidate_range(address start, int nbytes) { function in class:AbstractICache

Completed in 30 milliseconds