Home | History | Annotate | Download | only in runtime

Lines Matching full:that

38  * virtual methods isn't overridden, a virtual call for that method can be
49 * also register a dependency that the compiled code depends on the
50 * assumption that method A has single-implementation status.
54 * code that depends on the assumption that method A has single-implementation
55 * status need to be invalidated. Method entrypoints that have this dependency
59 * For live compiled code that's on stack, deoptmization will be initiated
65 * checkpoint that walks the stack and for any compiled code on the stack
66 * that should be deoptimized, set the hidden local variable value to be true.
86 // We will also deoptimize frames that are currently executing the code of
93 // Add a dependency that compiled code with `dependent_header` for `dependent_method`
94 // assumes that virtual `method` has single-implementation.
99 // Return compiled code that assumes that `method` has single-implementation.
102 // Remove dependency tracking for compiled code that assumes that
106 // Remove from cha_dependency_map_ all entries that contain OatQuickMethodHeader from
113 // If a given class belongs to a linear allocation that is about to be deleted, in all its
115 // that might be affected by the deletion.
117 // Java objects that are going to be collected.
124 // Update CHA info for methods that `klass` overrides, after loading `klass`.
142 // Append methods that should have their single-implementation flag invalidated
169 // A map that maps a method to a set of compiled code that assumes that method has a