Searched refs:set_include_argument_oops (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DregisterMap.hpp129 void set_include_argument_oops(bool f) { _include_argument_oops = f; } function in class:RegisterMap
H A Dframe.cpp100 set_include_argument_oops(true);
H A Ddeoptimization.cpp612 rm.set_include_argument_oops(false);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp490 map->set_include_argument_oops(_cb->caller_must_gc_arguments(map->thread()));
511 map->set_include_argument_oops(false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp503 map->set_include_argument_oops(false);
542 map->set_include_argument_oops(_cb->caller_must_gc_arguments(map->thread()));
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp82 map->set_include_argument_oops(false);

Completed in 47 milliseconds