Searched refs:generate_handle_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp126 static OopMapSet* generate_handle_exception(StubID id, StubAssembler* sasm);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp366 oop_maps = generate_handle_exception(id, sasm);
647 oop_maps = generate_handle_exception(id, sasm);
653 oop_maps = generate_handle_exception(id, sasm);
995 OopMapSet* Runtime1::generate_handle_exception(StubID id, StubAssembler* sasm) { function in class:Runtime1
996 __ block_comment("generate_handle_exception");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp643 OopMapSet* Runtime1::generate_handle_exception(StubID id, StubAssembler *sasm) { function in class:Runtime1
644 __ block_comment("generate_handle_exception");
856 // Note: This number affects also the RT-Call in generate_handle_exception because
995 oop_maps = generate_handle_exception(id, sasm);
1334 oop_maps = generate_handle_exception(id, sasm);
1340 oop_maps = generate_handle_exception(id, sasm);

Completed in 118 milliseconds