Searched refs:define_array (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.hpp158 #define define_array(array_name,element_type) \ macro
292 define_array(boolArray, bool) define_stack(boolStack, boolArray)
293 define_array(intArray , int ) define_stack(intStack , intArray )
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp54 define_array(BasicTypeArray, BasicType)
57 define_array(ExceptionInfoArray, ExceptionInfo*)
H A Dc1_ValueMap.hpp56 define_array(ValueMapEntryArray, ValueMapEntry*)
132 define_array(ValueMapArray, ValueMap*)
H A Dc1_IR.hpp107 define_array(_XHandlerArray, XHandler*)
135 define_array(IRScopeArray, IRScope*)
H A Dc1_LinearScan.hpp45 define_array(IntervalArray, Interval*)
48 define_array(IntervalsArray, IntervalList*)
51 define_array(OopMapArray, OopMap*)
54 define_array(ScopeValueArray, ScopeValue*)
56 define_array(LIR_OpListArray, LIR_OpList*);
70 define_array(UseKindArray, IntervalUseKind)
H A Dc1_LIRGenerator.hpp42 define_array(LIRItemArray, LIRItem*)
59 define_array(SwitchRangeArray, SwitchRange*)
65 define_array(NodeArray, ResolveNode*);
H A Dc1_CodeStubs.hpp79 define_array(CodeStubArray, CodeStub*)
H A Dc1_Instruction.hpp116 define_array(ValueArray, Value)
119 define_array(ValueStackArray, ValueStack*)
138 define_array(BlockBeginArray, BlockBegin*)
2445 define_array(BlockPairArray, BlockPair*)
H A Dc1_LIR.hpp61 define_array(LIR_OprArray, LIR_Opr)
64 define_array(LIR_OprRefArray, LIR_Opr*)
67 define_array(CodeEmitInfoArray, CodeEmitInfo*)
70 define_array(LIR_OpArray, LIR_Op*)
H A Dc1_IR.cpp1167 define_array(BlockListArray, BlockList*)
H A Dc1_Optimizer.cpp34 define_array(ValueSetArray, ValueSet*);

Completed in 141 milliseconds