Home | History | Annotate | Download | only in verifier

Lines Matching full:perform

255    * Perform verification on a single method.
311 * Perform static verification on all instructions in a method.
318 * Perform static verification on an instruction.
358 // Perform static checks on a field get or set instruction. All we do here is ensure that the
362 // Perform static checks on a method invocation instruction. All we do here is ensure that the
366 // Perform static checks on a "new-instance" instruction. Specifically, make sure the class
373 // Perform static checks on an instruction that takes a class constant. Ensure that the class
377 // Perform static checks on a "new-array" instruction. Specifically, make sure they aren't
413 /* Perform detailed code-flow analysis on a single method. */
421 * Perform code flow on a method.
469 * Perform verification for a single instruction.
480 // Perform verification of a new array instruction
484 // Helper to perform verification on puts of primitive type.
488 // Perform verification of an aget instruction. The destination register's type will be set to
495 // Perform verification of an aput instruction.
506 // Perform verification of an iget or sget instruction.
511 // Perform verification of an iput or sput instruction.
521 // Perform verification of an iget-quick instruction.
526 // Perform verification of an iput-quick instruction.