Searched refs:thread_type (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp35 int thread_type() const { function
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkType.hpp97 static llvm::PointerType* thread_type() { function in class:SharkType
98 return context().thread_type();
H A DsharkContext.cpp86 params.push_back(thread_type());
93 params.push_back(thread_type());
H A DsharkContext.hpp146 llvm::PointerType* thread_type() const { function in class:SharkContext
H A DsharkBuilder.cpp147 return SharkType::thread_type();
/openjdk9/hotspot/src/os/aix/vm/
H A DosThread_aix.hpp37 int thread_type() const { function
/openjdk9/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp33 int thread_type() const { function
/openjdk9/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp91 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type) \
101 data, len, (clss)->class_loader(), thread_type); \
104 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) \
114 data, len, (clss)->class_loader(), thread_type, wait); \
119 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type)
120 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait)
/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1022 const Type* thread_type = TypeOopPtr::make_from_klass(thread_klass)->cast_to_ptr_type(TypePtr::NotNull); local
1025 Node* threadObj = make_load(NULL, p, thread_type, T_OBJECT, MemNode::unordered);

Completed in 119 milliseconds