HomeSort by relevance Sort by last modified time
    Searched refs:HeapConstantType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
types.h 344 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) {
354 return AsType(new (zone->New(sizeof(HeapConstantType)))
355 HeapConstantType(bitset, value));
358 static HeapConstantType* cast(Type* type) {
360 return static_cast<HeapConstantType*>(FromType(type));
363 HeapConstantType(BitsetType::bitset bitset, i::Handle<i::HeapObject> object);
533 return HeapConstantType::New(value, zone);
583 HeapConstantType* AsHeapConstant() { return HeapConstantType::cast(this); }
types.cc 461 HeapConstantType::HeapConstantType(BitsetType::bitset bitset,
    [all...]

Completed in 56 milliseconds