Lines Matching defs:entry

137  * is no entry point to do the transition to vm so we just
586 // this will trigger a VERIFY_OOP on entry
773 // entry/exit events are sent for that thread to track stack depth.
857 BasicObjectLock* entry = (BasicObjectLock*) istate->stack_base();
858 assert(entry->obj() == NULL, "Frame manager didn't allocate the monitor");
859 entry->set_obj(lockee);
862 entry->lock()->set_displaced_header(displaced);
863 if (Atomic::cmpxchg_ptr(entry, lockee->mark_addr(), displaced) != displaced) {
866 entry->lock()->set_displaced_header(NULL);
868 CALL_VM(InterpreterRuntime::monitorenter(THREAD, entry), handle_exception);
895 // need at entry to the loop.
1455 /* Goto pc whose table entry matches specified key */
1672 BasicObjectLock* entry = NULL;
1674 if (most_recent->obj() == NULL) entry = most_recent;
1678 if (entry != NULL) {
1679 entry->set_obj(lockee);
1681 entry->lock()->set_displaced_header(displaced);
1682 if (Atomic::cmpxchg_ptr(entry, lockee->mark_addr(), displaced) != displaced) {
1685 entry->lock()->set_displaced_header(NULL);
1687 CALL_VM(InterpreterRuntime::monitorenter(THREAD, entry), handle_exception);
1946 oop entry = constants->slot_at(index).get_oop();
1947 assert(entry->is_klass(), "Should be resolved klass");
1948 klassOop k_entry = (klassOop) entry;
2173 // This kind of CP cache entry does not need to match the flags byte, because
2174 // there is a 1-1 relation between bytecode type and CP entry type.
2203 // This kind of CP cache entry does not need to match the flags byte, because
2204 // there is a 1-1 relation between bytecode type and CP entry type.
2641 // we are at the initial entry then we should throw an exception.
2768 // entry/exit events are sent for that thread to track stack depth.
3042 // Copy -2 entry to -1
3044 // Store saved -1 entry into -2