Searched refs:access_field_patching (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp67 stub(access_field_patching) \
158 static int access_field_patching(JavaThread* thread);
H A Dc1_Runtime1.cpp818 KlassHandle init_klass(THREAD, klassOop(NULL)); // klass needed by access_field_patching code
833 // This check is only needed for access_field_patching since this
1139 int Runtime1::access_field_patching(JavaThread* thread) { function in class:Runtime1
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp788 { __ set_info("access_field_patching", dont_gc_arguments);
789 oop_maps = generate_patching(sasm, CAST_FROM_FN_PTR(address, access_field_patching));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp1486 { StubFrame f(sasm, "access_field_patching", dont_gc_arguments);
1488 oop_maps = generate_patching(sasm, CAST_FROM_FN_PTR(address, access_field_patching));

Completed in 33 milliseconds