coins.backend.gen
クラス CodeGenerator_arm.ArmAttr

java.lang.Object
  |
  +--coins.backend.gen.CodeGenerator.FunctionAttr
        |
        +--coins.backend.gen.CodeGenerator_arm.ArmAttr
含まれているクラス:
CodeGenerator_arm

static class CodeGenerator_arm.ArmAttr
extends CodeGenerator.FunctionAttr

Arm's function attribute


フィールドの概要
(パッケージプライベート)  int adjustCalleeSaves
          callee save register
(パッケージプライベート)  Function func
          Parent object.
(パッケージプライベート)  boolean isVarArg
          True if this is variable argument function.
(パッケージプライベート)  int requiredStack
          Stack space required for call
(パッケージプライベート)  LirNode retPtr
          Pointer to value returned (if the function returns struct)
(パッケージプライベート)  int stackParamOffset
          Offset of the first non-register parameter (i.e. on stack)
 
コンストラクタの概要
(パッケージプライベート) CodeGenerator_arm.ArmAttr(Function func)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

adjustCalleeSaves

int adjustCalleeSaves
callee save register


func

Function func
Parent object.


requiredStack

int requiredStack
Stack space required for call


isVarArg

boolean isVarArg
True if this is variable argument function.


retPtr

LirNode retPtr
Pointer to value returned (if the function returns struct)


stackParamOffset

int stackParamOffset
Offset of the first non-register parameter (i.e. on stack)

コンストラクタの詳細

CodeGenerator_arm.ArmAttr

CodeGenerator_arm.ArmAttr(Function func)