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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp378 __ set_info("new_instance", dont_gc_arguments);
380 __ set_info("fast new_instance", dont_gc_arguments);
383 __ set_info("fast new_instance init check", dont_gc_arguments);
482 __ set_info("new_type_array", dont_gc_arguments);
484 __ set_info("new_object_array", dont_gc_arguments);
580 __ set_info("new_multi_array", dont_gc_arguments);
588 __ set_info("register_finalizer", dont_gc_arguments);
620 { __ set_info("range_check_failed", dont_gc_arguments); // arguments will be discarded
627 { __ set_info("index_range_check_failed", dont_gc_arguments); // arguments will be discarded
634 { __ set_info("throw_div0_exceptio
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_MacroAssembler.hpp97 void set_info(const char* name, bool must_gc_arguments);
H A Dc1_Runtime1.cpp73 void StubAssembler::set_info(const char* name, bool must_gc_arguments) { function in class:StubAssembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp215 __ set_info(name, must_gc_arguments);
1009 __ set_info("new_instance", dont_gc_arguments);
1011 __ set_info("fast new_instance", dont_gc_arguments);
1014 __ set_info("fast new_instance init check", dont_gc_arguments);
1128 __ set_info("new_type_array", dont_gc_arguments);
1130 __ set_info("new_object_array", dont_gc_arguments);
1267 __ set_info("register_finalizer", dont_gc_arguments);
1345 { __ set_info("unwind_exception", dont_gc_arguments);
1394 __ set_info("slow_subtype_check", dont_gc_arguments);

Completed in 41 milliseconds