Searched refs:ICacheStubGenerator (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dicache_zero.cpp30 void ICacheStubGenerator::generate_icache_flush(
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.hpp35 // Most platforms must provide only ICacheStubGenerator::generate_icache_flush().
68 // Must be included before the definition of ICacheStubGenerator
69 // because ICacheStubGenerator uses ICache definitions.
89 class ICacheStubGenerator : public StubCodeGenerator { class in inherits:StubCodeGenerator
91 ICacheStubGenerator(CodeBuffer *c) : StubCodeGenerator(c) {} function in class:ICacheStubGenerator
110 // void ICacheStubGenerator::generate_icache_flush(
H A Dicache.cpp39 ICacheStubGenerator g(&c);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dicache_sparc.cpp31 void ICacheStubGenerator::generate_icache_flush(
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.cpp31 void ICacheStubGenerator::generate_icache_flush(ICache::flush_icache_stub_t* flush_icache_stub) {

Completed in 30 milliseconds