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

/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp35 int thread_type() const { function
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp94 static const llvm::PointerType* thread_type() { function in class:SharkType
95 return context().thread_type();
H A DsharkContext.cpp82 params.push_back(thread_type());
89 params.push_back(thread_type());
H A DsharkContext.hpp151 const llvm::PointerType* thread_type() const { function in class:SharkContext
H A DsharkBuilder.cpp144 return SharkType::thread_type();
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp33 int thread_type() const { function
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp102 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type) \
112 data, len, (clss)->class_loader(), thread_type); \
115 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) \
125 data, len, (clss)->class_loader(), thread_type, wait); \
137 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type) \
147 data, len, (clss)->class_loader(), thread_type); \
150 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) \
160 data, len, (clss)->class_loader(), thread_type, wait); \
166 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type)
167 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wai
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp967 const Type* thread_type = TypeOopPtr::make_from_klass(thread_klass)->cast_to_ptr_type(TypePtr::NotNull); local
970 Node* threadObj = make_load(NULL, p, thread_type, T_OBJECT);

Completed in 509 milliseconds