interface SpecializationContext
| Modifier and Type | Method and Description |
|---|---|
SpecializedMethod |
findOrCreateSpecializedVersion(NormalMethod source)
Finds or creates a specialized version of source for this
context.
|
CompiledMethod |
specialCompile(NormalMethod source)
Generates code for a specialized version of source in this
context.
|
SpecializedMethod findOrCreateSpecializedVersion(NormalMethod source)
source - the method that needs a specialized versionCompiledMethod specialCompile(NormalMethod source)
source - the method whose specialized version will be
compiled