Searched refs:poll_type (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp127 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp80 static SafepointBlob* generate_handler_blob(address call_ptr, int poll_type);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp267 poll_type = 10, // polling instruction for safepoints enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
1239 relocInfo::relocType type() { return relocInfo::poll_type; }
H A DcompiledIC.cpp609 case relocInfo::poll_type:
H A Dnmethod.cpp1041 if (t == relocInfo::poll_return_type || t == relocInfo::poll_type)
2542 case relocInfo::poll_type: return "poll";
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp320 _masm->code_section()->relocate(pc(), relocInfo::poll_type); member in class:relocInfo
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3337 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3357 bool cause_return = (poll_type == POLL_AT_RETURN);
3358 bool save_vectors = (poll_type == POLL_AT_VECTOR_LOOP);
H A DsharedRuntime_x86_64.cpp3788 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3803 bool cause_return = (poll_type == POLL_AT_RETURN);
3804 bool save_vectors = (poll_type == POLL_AT_VECTOR_LOOP);
H A Dc1_LIRAssembler_x86.cpp609 relocInfo::poll_type); member in class:relocInfo
H A Dassembler_x86.cpp80 case relocInfo::poll_type:
120 case relocInfo::poll_type:
4403 adr.reloc() != relocInfo::poll_type && // relocs to identify them
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3746 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3764 bool cause_return = (poll_type == POLL_AT_RETURN);
H A Dc1_LIRAssembler_sparc.cpp1582 __ relocate(relocInfo::poll_type);

Completed in 199 milliseconds