Lines Matching defs:entry

59   address entry = __ pc();
85 return entry;
90 address entry = __ pc();
102 return entry;
106 address entry = __ pc();
120 return entry;
126 address entry = __ pc();
155 return entry;
160 address entry = __ pc();
164 return entry;
169 address entry = __ pc();
201 return entry;
207 address entry = __ pc();
224 return entry;
251 address entry = __ pc();
271 return entry;
277 address entry = __ pc();
281 return entry;
361 // Asm interpreter on entry
369 // Everything as it was on entry
379 // of the verified entry point for the method or NULL if the
390 // and jump to the interpreted entry.
410 // monitor entry size: see picture of stack set
545 __ subptr(rsp, entry_size); // add space for a monitor entry
605 // into vanilla (slow path) entry
622 // If we need a safepoint check, generate full interpreter entry.
649 // check if getfield has been resolved and read constant pool cache entry
650 // check the validity of the cache entry by testing whether _indices field
665 // Note: constant pool entry is not valid before bytecode is resolved
736 // generate a vanilla interpreter entry as the slow path
746 // Method entry for java.lang.ref.Reference.get.
754 // 2. The slow path - which is an expansion of the regular method entry.
764 // Reference.get() then going through the normal method entry
770 // regular method entry code to generate the NPE.
778 address entry = __ pc();
821 // generate a vanilla interpreter entry as the slow path
825 return entry;
829 // If G1 is not enabled then attempt to go through the accessor entry point
1038 // get native function entry point
1258 // too. If this happens before, method entry/exit notifications are
1291 // Generic interpreted method entry to (asm) interpreter
1464 // The two main entry type are generic bytecode methods and native
1467 // other method entry types are really just special purpose entries
1468 // that are really entry and interpretation all in one. These are for
1471 // When control flow reaches any of the entry types for the interpreter
1478 // Stack layout immediately at entry
1495 // [ monitor entry ] <--- rsp
1497 // [ monitor entry ]
1698 // rax: exception handler entry point
1740 // deoptimization blob's unpack entry because of the presence of
1859 address entry = __ pc();
1878 return entry;
1883 // Helper for vtos entry point generation
1925 address entry = __ pc();
1946 return entry;
1975 "entry must have been generated");