Lines Matching defs:DEFINE_GETTER
18 #define DEFINE_GETTER(name, expr) \
110 DEFINE_GETTER(AllocateInYoungGenerationStubConstant,
113 DEFINE_GETTER(AllocateRegularInYoungGenerationStubConstant,
117 DEFINE_GETTER(AllocateInOldGenerationStubConstant,
120 DEFINE_GETTER(AllocateRegularInOldGenerationStubConstant,
124 DEFINE_GETTER(ArrayConstructorStubConstant,
127 DEFINE_GETTER(BigIntMapConstant, HeapConstant(factory()->bigint_map()))
129 DEFINE_GETTER(BooleanMapConstant, HeapConstant(factory()->boolean_map()))
131 DEFINE_GETTER(ToNumberBuiltinConstant,
134 DEFINE_GETTER(PlainPrimitiveToNumberBuiltinConstant,
137 DEFINE_GETTER(EmptyFixedArrayConstant,
140 DEFINE_GETTER(EmptyStringConstant, HeapConstant(factory()->empty_string()))
142 DEFINE_GETTER(FixedArrayMapConstant, HeapConstant(factory()->fixed_array_map()))
144 DEFINE_GETTER(PropertyArrayMapConstant,
147 DEFINE_GETTER(FixedDoubleArrayMapConstant,
150 DEFINE_GETTER(WeakFixedArrayMapConstant,
153 DEFINE_GETTER(HeapNumberMapConstant, HeapConstant(factory()->heap_number_map()))
155 DEFINE_GETTER(OptimizedOutConstant, HeapConstant(factory()->optimized_out()))
157 DEFINE_GETTER(StaleRegisterConstant, HeapConstant(factory()->stale_register()))
159 DEFINE_GETTER(UndefinedConstant, HeapConstant(factory()->undefined_value()))
161 DEFINE_GETTER(TheHoleConstant, HeapConstant(factory()->the_hole_value()))
163 DEFINE_GETTER(TrueConstant, HeapConstant(factory()->true_value()))
165 DEFINE_GETTER(FalseConstant, HeapConstant(factory()->false_value()))
167 DEFINE_GETTER(NullConstant, HeapConstant(factory()->null_value()))
169 DEFINE_GETTER(ZeroConstant, NumberConstant(0.0))
171 DEFINE_GETTER(MinusZeroConstant, NumberConstant(-0.0))
173 DEFINE_GETTER(OneConstant, NumberConstant(1.0))
175 DEFINE_GETTER(MinusOneConstant, NumberConstant(-1.0))
177 DEFINE_GETTER(NaNConstant,
180 DEFINE_GETTER(EmptyStateValues,
184 DEFINE_GETTER(
190 #undef DEFINE_GETTER