Lines Matching refs:LEAF

547 #define LEAF(class_name, super_class_name)       \
571 LEAF(Phi, Instruction)
630 LEAF(Local, Instruction)
655 LEAF(Constant, Instruction)
755 LEAF(LoadField, AccessField)
771 LEAF(StoreField, AccessField)
819 LEAF(ArrayLength, AccessArray)
871 LEAF(LoadIndexed, AccessIndexed)
896 LEAF(StoreIndexed, AccessIndexed)
930 LEAF(NegateOp, Instruction)
982 LEAF(ArithmeticOp, Op2)
1002 LEAF(ShiftOp, Op2)
1012 LEAF(LogicOp, Op2)
1023 LEAF(CompareOp, Op2)
1035 LEAF(IfOp, Op2)
1063 LEAF(Convert, Instruction)
1084 LEAF(NullCheck, Instruction)
1115 LEAF(TypeCast, Instruction)
1165 LEAF(Invoke, StateSplit)
1214 LEAF(NewInstance, StateSplit)
1263 LEAF(NewTypeArray, NewArray)
1280 LEAF(NewObjectArray, NewArray)
1294 LEAF(NewMultiArray, NewArray)
1364 LEAF(CheckCast, TypeCheck)
1382 LEAF(InstanceOf, TypeCheck)
1416 LEAF(MonitorEnter, AccessMonitor)
1430 LEAF(MonitorExit, AccessMonitor)
1441 LEAF(Intrinsic, StateSplit)
1521 LEAF(BlockBegin, StateSplit)
1772 LEAF(Goto, BlockEnd)
1815 LEAF(If, BlockEnd)
1882 LEAF(IfInstanceOf, BlockEnd)
1960 LEAF(TableSwitch, Switch)
1976 LEAF(LookupSwitch, Switch)
1994 LEAF(Return, BlockEnd)
2016 LEAF(Throw, BlockEnd)
2035 LEAF(Base, BlockEnd)
2053 LEAF(OsrEntry, Instruction)
2068 LEAF(ExceptionObject, Instruction)
2084 LEAF(RoundFP, Instruction)
2175 LEAF(UnsafeGetRaw, UnsafeRawOp)
2197 LEAF(UnsafePutRaw, UnsafeRawOp)
2249 LEAF(UnsafeGetObject, UnsafeObjectOp)
2259 LEAF(UnsafePutObject, UnsafeObjectOp)
2278 LEAF(UnsafeGetAndSetObject, UnsafeObjectOp)
2309 LEAF(UnsafePrefetchRead, UnsafePrefetch)
2319 LEAF(UnsafePrefetchWrite, UnsafePrefetch)
2328 LEAF(ProfileCall, Instruction)
2361 LEAF(RuntimeCall, Instruction)
2392 LEAF(ProfileInvoke, Instruction)
2413 LEAF(MemBar, Instruction)