Searched refs:JavaThread (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.cpp74 ArrayType::get(jbyte_type(), sizeof(JavaThread)));
H A DsharkNativeWrapper.cpp95 JavaThread::jni_environment_offset(),
251 JavaThread::suspend_flags_offset(),
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp173 virtual bool caller_must_gc_arguments(JavaThread* thread) const { return false; }
305 bool caller_must_gc_arguments(JavaThread* thread) const { return _caller_must_gc_arguments; }
405 // are in JavaThread::_exception_oop and JavaThread::_exception_pc
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp501 virtual oop new_store_pre_barrier(JavaThread* thread, oop new_obj);
523 virtual void flush_deferred_store_barrier(JavaThread* thread);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp241 compiledVFrame::compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, nmethod* nm)
251 compiledVFrame::compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, ScopeDesc* scope)
H A Dos.cpp228 static void signal_thread_entry(JavaThread* thread, TRAPS) {
315 // Setup JavaThread for processing signals
347 JavaThread* signal_thread = new JavaThread(&signal_thread_entry);
350 // JavaThread due to lack of memory. We would have to throw an exception
421 JavaThread* thread = JavaThread::current();
938 for(JavaThread *thread = Threads::first(); thread; thread = thread->next()) {
1192 int count = log2_intptr(sizeof(class JavaThread)) - log2_intptr(64);
H A Dsweeper.cpp234 assert(JavaThread::current()->thread_state() == _thread_in_vm, "must run in vm mode");
292 JavaThread* thread = (JavaThread*)Thread::current();
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp389 JavaThread* thread,
471 JavaThread* thread, address* stub) {
484 JavaThread* thread, address* stub) {
506 inline static bool checkSerializePage(JavaThread* thread, address addr) {
579 JavaThread* thread = NULL;
584 thread = (JavaThread*)t;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp917 __ movptr(Address(rax, JavaThread::callee_target_offset()), rbx);
2064 __ lea(rdx, Address(thread, in_bytes(JavaThread::jni_environment_offset())));
2069 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_native);
2107 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_native_trans);
2139 __ cmpl(Address(thread, JavaThread::suspend_flags_offset()), 0);
2153 JavaThread::check_special_condition_for_native_trans)));
2156 JavaThread::check_special_condition_for_native_trans_and_transition)));
2172 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_Java);
2177 __ cmpl(Address(thread, JavaThread::stack_guard_state_offset()), JavaThread
[all...]
H A DmethodHandles_x86.cpp138 __ cmpb(Address(rthread, JavaThread::interp_only_mode_offset()), 0);
503 JavaThread* p = JavaThread::active();
H A Dframe_x86.cpp54 bool frame::safe_for_sender(JavaThread *thread) {
540 bool frame::is_interpreted_frame_valid(JavaThread* thread) const {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp395 void os::Solaris::setup_interruptible(JavaThread* thread) {
409 void os::Solaris::setup_interruptible_already_blocked(JavaThread* thread) {
413 JavaThread* os::Solaris::setup_interruptible() {
414 JavaThread* thread = (JavaThread*)ThreadLocalStorage::thread();
437 JavaThread* os::Solaris::setup_interruptible_native() {
438 JavaThread* thread = (JavaThread*)ThreadLocalStorage::thread();
444 void os::Solaris::cleanup_interruptible_native(JavaThread* thread) {
453 void os::Solaris::cleanup_interruptible(JavaThread* threa
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp469 bool os::create_attached_thread(JavaThread* thread) {
491 bool os::create_main_thread(JavaThread* thread) {
534 if (JavaThread::stack_size_at_create() > 0)
535 stack_size = JavaThread::stack_size_at_create();
1981 JavaThread *thread = JavaThread::current();
2021 JavaThread* thread = JavaThread::current();
2322 JavaThread* thread = (JavaThread*)
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp204 JavaThread* jt = (JavaThread*)thread;
258 void VMError::print_stack_trace(outputStream* st, JavaThread* jt,
601 print_stack_trace(st, (JavaThread*)_thread, buf, sizeof(buf));
608 JavaThread* jt = ((NamedThread *)_thread)->processed_thread();
610 st->print_cr("JavaThread " PTR_FORMAT " (nid = " UINTX_FORMAT ") was being processed", jt, jt->osthread()->thread_id());
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp774 bool os::Linux::manually_expand_stack(JavaThread * t, address addr) {
924 assert (JavaThread::stack_size_at_create() > 0, "this should be set");
925 stack_size = JavaThread::stack_size_at_create();
1010 bool os::create_main_thread(JavaThread* thread) {
1015 bool os::create_attached_thread(JavaThread* thread) {
1056 JavaThread *jt = (JavaThread *)thread;
1883 JavaThread *jt = JavaThread::current();
2086 JavaThread *j
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceRefKlass.cpp509 bool instanceRefKlass::owns_pending_list_lock(JavaThread* thread) {
527 JavaThread::current(), h_lock),
544 JavaThread::current(), h_lock),
H A DtypeArrayKlass.cpp169 JavaThread *jt = (JavaThread *)THREAD;
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp78 JavaThread *thread = JavaThread::current();
91 JavaThread *p;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp135 const Address interp_only(G2_thread, JavaThread::interp_only_mode_offset());
480 JavaThread* p = JavaThread::active();
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp365 static JavaThread* find_java_thread_from_id(jlong thread_id) {
368 JavaThread* java_thread = NULL;
370 for (JavaThread* thread = Threads::first(); thread != NULL; thread = thread->next()) {
827 JavaThread* java_thread = find_java_thread_from_id(ids_ah->long_at(i));
1129 // A JavaThread may terminate before we get the stack trace.
1135 JavaThread* jt = find_java_thread_from_id(tid);
1214 JavaThread* jt = find_java_thread_from_id(tid);
1378 assert(ts->threadObj() != NULL, "Must be a valid JavaThread");
1447 // Look for the JavaThread of this given tid
1451 for (JavaThread* java_threa
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp130 JavaThread* jthread = JavaThread::current();
529 JvmtiExport::post_monitor_wait((JavaThread *)THREAD, (oop)obj(), ms);
823 if (ObjectSynchronizer::query_lock_ownership((JavaThread*)THREAD, loader) !=
837 assert(THREAD->is_Java_thread(), "must be a JavaThread");
838 JavaThread* jt = (JavaThread*) THREAD;
1262 JavaThread *_thread;
1264 RegisterArrayForGC(JavaThread *thread, GrowableArray<oop>* array) {
2692 static void thread_entry(JavaThread* threa
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java669 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
698 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
725 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
1193 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
1319 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
1348 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
1367 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
1383 for (JavaThread thread = threads.first(); thread != null; thread = thread.next()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp122 JavaThread* _thread; // the vm's java thread pointer
196 inline JavaThread* thread() { return _thread; }
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp59 for(JavaThread *thread = Threads::first(); thread; thread = thread->next()) {
140 for(JavaThread *thread = Threads::first(); thread; thread = thread->next()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMark.java155 public JavaThread biasedLocker() {

Completed in 142 milliseconds

1234567891011>>