|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeAllocator.x86CodeBuffer | |
|---|---|
| joeq.Allocator | |
| joeq.Assembler.x86 | |
| joeq.Bootstrap | |
| Uses of CodeAllocator.x86CodeBuffer in joeq.Allocator |
|---|
| Subclasses of CodeAllocator.x86CodeBuffer in joeq.Allocator | |
|---|---|
class |
RuntimeCodeAllocator.Runtimex86CodeBuffer
|
| Methods in joeq.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)
Get a code buffer from the default code allocator. |
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. |
| Uses of CodeAllocator.x86CodeBuffer in joeq.Assembler.x86 |
|---|
| Methods in joeq.Assembler.x86 that return CodeAllocator.x86CodeBuffer | |
|---|---|
CodeAllocator.x86CodeBuffer |
x86Assembler.getCodeBuffer()
|
| Uses of CodeAllocator.x86CodeBuffer in joeq.Bootstrap |
|---|
| Subclasses of CodeAllocator.x86CodeBuffer in joeq.Bootstrap | |
|---|---|
class |
BootstrapCodeAllocator.Bootstrapx86CodeBuffer
|
| Methods in joeq.Bootstrap that return CodeAllocator.x86CodeBuffer | |
|---|---|
CodeAllocator.x86CodeBuffer |
BootstrapCodeAllocator.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||