|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |
Uses of Class
Allocator.CodeAllocator.x86CodeBuffer
Uses of CodeAllocator.x86CodeBuffer in Allocator |
Subclasses of CodeAllocator.x86CodeBuffer in Allocator | |
class |
RuntimeCodeAllocator.Runtimex86CodeBuffer
|
Methods in Allocator that return CodeAllocator.x86CodeBuffer | |
CodeAllocator.x86CodeBuffer |
RuntimeCodeAllocator.getCodeBuffer(int estimatedSize,
int offset,
int alignment)
Allocate a code buffer of the given estimated size, such that the given offset will have the given alignment. |
static CodeAllocator.x86CodeBuffer |
DefaultCodeAllocator.getCodeBuffer(int estimatedSize,
int offset,
int alignment)
|
abstract CodeAllocator.x86CodeBuffer |
CodeAllocator.getCodeBuffer(int estimatedSize,
int offset,
int alignment)
Allocate a code buffer of the given estimated size, such that the given offset will have the given alignment. |
|
|||||||||
Home >> All >> [ Allocator overview ] | PREV NEXT |