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

  /external/v8/src/compiler/
js-heap-broker.h 143 class HeapObjectRef : public ObjectRef {
154 class PropertyCellRef : public HeapObjectRef {
156 using HeapObjectRef::HeapObjectRef;
162 class JSObjectRef : public HeapObjectRef {
164 using HeapObjectRef::HeapObjectRef;
201 class HeapNumberRef : public HeapObjectRef {
203 using HeapObjectRef::HeapObjectRef;
    [all...]
js-heap-copy-reducer.cc 44 HeapObjectRef(broker(), p.feedback_cell());
45 HeapObjectRef(broker(), p.code());
types.h 366 static Type HeapConstant(const HeapObjectRef& value, Zone* zone);
539 const HeapObjectRef& Ref() const { return heap_ref_; }
545 static HeapConstantType* New(const HeapObjectRef& heap_ref, Zone* zone) {
553 HeapConstantType(BitsetType::bitset bitset, const HeapObjectRef& heap_ref);
558 HeapObjectRef heap_ref_;
js-context-specialization.cc 107 HeapObjectRef object(broker, HeapConstantOf(node->op()));
types.cc 464 const HeapObjectRef& heap_ref)
    [all...]
js-heap-broker.cc 709 HeapObjectType HeapObjectRef::type() const {
718 base::Optional<MapRef> HeapObjectRef::TryGetObjectCreateMap() const {
    [all...]
js-create-lowering.cc     [all...]
typed-optimization.cc 95 HeapObjectRef object = object_type.AsHeapConstant()->Ref();

Completed in 681 milliseconds