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 221 class HeapConstantType;
404 const HeapConstantType* AsHeapConstant() const;
536 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) {
545 static HeapConstantType* New(const HeapObjectRef& heap_ref, Zone* zone) {
549 return new (zone->New(sizeof(HeapConstantType)))
550 HeapConstantType(bitset, heap_ref);
553 HeapConstantType(BitsetType::bitset bitset, const HeapObjectRef& heap_ref);
types.cc 463 HeapConstantType::HeapConstantType(BitsetType::bitset bitset,
467 Handle<HeapObject> HeapConstantType::Value() const {
    [all...]

Completed in 68 milliseconds