final X86Assembler os = (X86Assembler) nos;
final EntryPoints context = getEntryPoints();
// Create the helper
final X86CompilerHelper ih = new X86CompilerHelper(os, null, context, isBootstrap);
// Start an "object"
final NativeStream.ObjectInfo objectInfo = os.startObject(context.getVmMethodCodeClass());
// Start the code creation
cm.setCodeStart(os.setObjectRef(new Label(method.getMangledName() + "$$start")));
// Setup call to {@link VmMethod#recompileMethod(int, int)}
final VmType<?> declClass = method.getDeclaringClass();