Home
last modified time | relevance | path

Searched refs:HeapConstantType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.h221 class HeapConstantType; variable
404 const HeapConstantType* AsHeapConstant() const;
536 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) { in NON_EXPORTED_BASE()
545 static HeapConstantType* New(const HeapObjectRef& heap_ref, Zone* zone) { in NON_EXPORTED_BASE()
549 return new (zone->New(sizeof(HeapConstantType))) in NON_EXPORTED_BASE()
550 HeapConstantType(bitset, heap_ref); in NON_EXPORTED_BASE()
553 HeapConstantType(BitsetType::bitset bitset, const HeapObjectRef& heap_ref); in NON_EXPORTED_BASE()
Dtypes.cc463 HeapConstantType::HeapConstantType(BitsetType::bitset bitset, in HeapConstantType() function in v8::internal::compiler::HeapConstantType
467 Handle<HeapObject> HeapConstantType::Value() const { in Value()
1066 HeapConstantType::New(HeapObjectRef(js_heap_broker, value), zone)); in HeapConstant()
1071 return HeapConstantType::New(value, zone); in HeapConstant()
1089 const HeapConstantType* Type::AsHeapConstant() const { in AsHeapConstant()
1091 return static_cast<const HeapConstantType*>(ToTypeBase()); in AsHeapConstant()