Home | History | Annotate | Download | only in mips

Lines Matching refs:called

267      * Called by managed code, saves most registers (forms basis of long jump context) and passes
281 * Called by managed code to create and deliver a NullPointerException
294 * Called by managed code to create and deliver an ArithmeticException
307 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException
320 * Called by managed code to create and deliver a StackOverflowError.
333 * Called by managed code to create and deliver a NoSuchMethodError.
577 * Called by managed code to resolve a static field and load a 32-bit primitive value.
591 * Called by managed code to resolve a static field and load a 64-bit primitive value.
605 * Called by managed code to resolve a static field and load an object reference.
619 * Called by managed code to resolve an instance field and load a 32-bit primitive value.
633 * Called by managed code to resolve an instance field and load a 64-bit primitive value.
647 * Called by managed code to resolve an instance field and load an object reference.
661 * Called by managed code to resolve a static field and store a 32-bit primitive value.
675 * Called by managed code to resolve a static field and store a 64-bit primitive value.
689 * Called by managed code to resolve a static field and store an object reference.
703 * Called by managed code to resolve an instance field and store a 32-bit primitive value.
717 * Called by managed code to resolve an instance field and store a 64-bit primitive value.
730 * Called by managed code to resolve an instance field and store an object reference.
761 * Called by managed code to allocate an object.
774 * Called by managed code to allocate an object when the caller doesn't know whether it has
788 * Called by managed code to allocate an array.
802 * Called by managed code to allocate an array when the caller doesn't know whether it has
817 * Called by managed code to allocate an array in a special case for FILLED_NEW_ARRAY.
831 * Called by managed code to allocate an array in a special case for FILLED_NEW_ARRAY.
845 * Called by managed code when the value in rSUSPEND has been decremented to 0.
864 * Called by managed code that is attempting to call a method on a proxy class. On entry
892 jal artQuickResolutionTrampoline # (Method* called, receiver, Thread*, SP)