| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.internal.runtime | |
| org.jruby.runtime.opto |
| Modifier and Type | Field and Description |
|---|---|
protected Invalidator |
RubyModule.methodInvalidator |
| Modifier and Type | Method and Description |
|---|---|
Invalidator |
Ruby.getCheckpointInvalidator() |
Invalidator |
Ruby.getConstantInvalidator(java.lang.String constantName) |
Invalidator |
Ruby.getFixnumInvalidator()
Deprecated.
|
Invalidator |
Ruby.getFloatInvalidator()
Deprecated.
|
Invalidator |
RubyModule.getInvalidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RubyClass.addInvalidatorsAndFlush(java.util.List<Invalidator> invalidators) |
| Modifier and Type | Method and Description |
|---|---|
Invalidator |
GlobalVariable.getInvalidator() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantInvalidator
A validator specific to how we manage Ruby constants.
|
class |
FailoverSwitchPointInvalidator |
class |
GenerationAndSwitchPointInvalidator |
class |
GenerationInvalidator |
class |
ObjectIdentityInvalidator |
class |
SwitchPointInvalidator |
| Modifier and Type | Field and Description |
|---|---|
Invalidator |
ConstantCache.invalidator |
| Modifier and Type | Method and Description |
|---|---|
static Invalidator |
OptoFactory.newConstantInvalidator(Ruby runtime) |
static Invalidator |
OptoFactory.newGlobalInvalidator(int maxFailures) |
static Invalidator |
OptoFactory.newMethodInvalidator(RubyModule module) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
Invalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
FailoverSwitchPointInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
SwitchPointInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
GenerationInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
ObjectIdentityInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
void |
GenerationAndSwitchPointInvalidator.invalidateAll(java.util.List<Invalidator> invalidators) |
| Constructor and Description |
|---|
ConstantCache(IRubyObject value,
java.lang.Object generation,
Invalidator invalidator)
Construct a new ConstantCache with the given elements.
|
ConstantCache(IRubyObject value,
java.lang.Object generation,
Invalidator invalidator,
int targetHash)
Construct a new ConstantCache with the given elements.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.