Lines Matching refs:HeapConstant

35       return GET_CACHED_FIELD(ptr, HeapConstant(CodeFactory::CEntry(  in CEntryStubConstant()
41 return GET_CACHED_FIELD(ptr, HeapConstant(CodeFactory::CEntry( in CEntryStubConstant()
45 return HeapConstant(CodeFactory::CEntry(isolate(), result_size, save_doubles, in CEntryStubConstant()
65 return HeapConstant(Handle<HeapObject>::cast(value)); in Constant()
92 return HeapConstant(ref.object<HeapObject>()); in Constant()
123 Node* JSGraph::HeapConstant(Handle<HeapObject> value) { in HeapConstant() function in v8::internal::compiler::JSGraph
126 *loc = graph()->NewNode(common()->HeapConstant(value)); in HeapConstant()
142 HeapConstant(BUILTIN_CODE(isolate(), AllocateInNewSpace)))
145 HeapConstant(BUILTIN_CODE(isolate(), AllocateInOldSpace)))
148 HeapConstant(BUILTIN_CODE(isolate(), ArrayConstructorImpl)))
151 HeapConstant(BUILTIN_CODE(isolate(), ToNumber)))
154 HeapConstant(factory()->empty_fixed_array()))
156 DEFINE_GETTER(EmptyStringConstant, HeapConstant(factory()->empty_string()))
158 DEFINE_GETTER(FixedArrayMapConstant, HeapConstant(factory()->fixed_array_map()))
161 HeapConstant(factory()->property_array_map()))
164 HeapConstant(factory()->fixed_double_array_map()))
166 DEFINE_GETTER(HeapNumberMapConstant, HeapConstant(factory()->heap_number_map()))
168 DEFINE_GETTER(OptimizedOutConstant, HeapConstant(factory()->optimized_out()))
170 DEFINE_GETTER(StaleRegisterConstant, HeapConstant(factory()->stale_register()))
172 DEFINE_GETTER(UndefinedConstant, HeapConstant(factory()->undefined_value()))
174 DEFINE_GETTER(TheHoleConstant, HeapConstant(factory()->the_hole_value()))
176 DEFINE_GETTER(TrueConstant, HeapConstant(factory()->true_value()))
178 DEFINE_GETTER(FalseConstant, HeapConstant(factory()->false_value()))
180 DEFINE_GETTER(NullConstant, HeapConstant(factory()->null_value()))