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

  /external/v8/src/compiler/
js-heap-broker.cc 56 HeapObjectType const type;
60 HeapObjectType type_)
71 HeapObjectType type_)
78 HeapObjectType type_)
92 HeapObjectType type_);
98 HeapObjectType type_)
105 HeapObjectType type_)
112 Handle<MutableHeapNumber> object_, HeapObjectType type_)
119 HeapObjectType type_)
130 HeapObjectType type_
    [all...]
js-heap-broker.h 28 // TODO(neis): Get rid of the HeapObjectType class.
29 class HeapObjectType {
35 HeapObjectType(InstanceType instance_type, Flags flags,
147 HeapObjectType type() const;
447 HeapObjectType HeapObjectTypeFromMap(Handle<Map> map) const {
476 HeapObjectType HeapObjectTypeFromMap(Map* map) const;
types.h 254 static bitset Lub(HeapObjectType const& type);
381 HeapObjectType type = js_heap_broker->HeapObjectTypeFromMap(map);
types.cc 135 Type::bitset BitsetType::Lub(HeapObjectType const& type) {
    [all...]

Completed in 56 milliseconds