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

  /external/v8/src/compiler/
memory-optimizer.h 41 class AllocationGroup final : public ZoneObject {
43 AllocationGroup(Node* node, PretenureFlag pretenure, Zone* zone);
44 AllocationGroup(Node* node, PretenureFlag pretenure, Node* size,
46 ~AllocationGroup() {}
60 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationGroup);
69 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) {
72 static AllocationState const* Open(AllocationGroup* group, int size,
79 AllocationGroup* group() const { return group_; }
85 explicit AllocationState(AllocationGroup* group);
86 AllocationState(AllocationGroup* group, int size, Node* top)
    [all...]
memory-optimizer.cc 36 MemoryOptimizer::AllocationGroup::AllocationGroup(Node* node,
43 MemoryOptimizer::AllocationGroup::AllocationGroup(Node* node,
50 void MemoryOptimizer::AllocationGroup::Add(Node* node) {
54 bool MemoryOptimizer::AllocationGroup::Contains(Node* node) const {
61 MemoryOptimizer::AllocationState::AllocationState(AllocationGroup* group)
64 MemoryOptimizer::AllocationState::AllocationState(AllocationGroup* group,
166 AllocationGroup* const group = state->group();
259 AllocationGroup* group
    [all...]

Completed in 49 milliseconds