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

/external/v8/src/compiler/
H A Dtypes.h325 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) { class in class:v8::internal::compiler::BitsetType
335 return AsType(new (zone->New(sizeof(HeapConstantType)))
336 HeapConstantType(bitset, value));
339 static HeapConstantType* cast(Type* type) {
341 return static_cast<HeapConstantType*>(FromType(type));
344 HeapConstantType(BitsetType::bitset bitset, i::Handle<i::HeapObject> object);
514 return HeapConstantType::New(value, zone);
564 HeapConstantType* AsHeapConstant() { return HeapConstantType::cast(this); }
H A Dtypes.cc446 HeapConstantType::HeapConstantType(BitsetType::bitset bitset, function in class:v8::internal::compiler::HeapConstantType

Completed in 85 milliseconds