Lines Matching refs:at

59   // Note that the Oregs problem only exists if we block at either a polling
378 // passed in I's, because longs in I's get their heads chopped off at
657 // at all. We've come from compiled code and are attempting to jump to the
665 // we can have at most one and don't need to play any tricks to keep
671 // do that at this point.
774 // C-frame, so we can mangle it at will. After adjusting the frame size,
1136 // have space for storing at least 6 registers to memory we start with that.
1839 member_reg = G5_method; // known to be free at this point
1872 receiver_reg = G3_scratch; // known to be free at this point
1932 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually
1980 // Since hashCode is usually polymorphic at call sites we can't do
1981 // this optimization at the call site without a lot of work.
1990 // We depend on hash_mask being at most 32 bits and avoid the use of
2070 const char* at = atype->as_C_string();
2071 if (strlen(at) == 2) {
2072 assert(at[0] == '[', "must be");
2073 switch (at[1]) {
2342 // We have all of the arguments setup at this point. We MUST NOT touch any Oregs
2747 // abi and then leaves nops at the position you would expect to call a native
2919 // The instruction at the verified entry point must be 5 bytes or longer
3386 // every interpreter frame captures a savedSP it is only needed at the transition
3398 // make sure that there is at least one entry in the array
3430 // Measured 8/7/03 at 1212 in 32bit debug build (no VerifyThread)
3431 // Measured 8/7/03 at 1396 in 32bit debug build (VerifyThread)
3456 // and all potentially live registers (at a pollpoint many registers can be live).
3652 // Measured 8/7/03 at 660 in 32bit debug build (no VerifyThread)
3653 // Measured 8/7/03 at 1028 in 32bit debug build (VerifyThread)
3731 // address in the original nmethod at which we should resume normal execution.
3752 // Measured 8/7/03 at 896 in 32bit debug build (no VerifyThread)
3753 // Measured 8/7/03 at 1080 in 32bit debug build (VerifyThread)
3781 // Do not use call_VM_leaf, because we need to make a GC map at this call site.
3836 // of a java call. All the argument registers are live at this point
3846 // Measured 8/7/03 at 896 in 32bit debug build (no VerifyThread)
3847 // Measured 8/7/03 at 1080 in 32bit debug build (VerifyThread)
3866 // Do not use call_VM_leaf, because we need to make a GC map at this call site.