Searched refs:m_allocator (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGLongLivedState.cpp43 m_allocator.reset();
H A DDFGLongLivedState.h47 NodeAllocator m_allocator; member in class:JSC::DFG::LongLivedState
H A DDFGAllocator.h76 Allocator* m_allocator; member in struct:JSC::DFG::Allocator::Region
171 return Region::regionFor(object)->m_allocator;
209 region->m_allocator = this;
H A DDFGCFGSimplificationPhase.cpp258 m_graph.m_allocator.free(block->phis[phiIndex]);
260 m_graph.m_allocator.free(block->at(nodeIndex));
H A DDFGGraph.cpp52 , m_allocator(vm.m_dfgState->m_allocator)
66 m_allocator.freeAll();
H A DDFGGraph.h162 Node* node = new (m_allocator) Node(valueArgs); \
700 NodeAllocator& m_allocator; member in class:JSC::DFG::Graph
H A DDFGCPSRethreadingPhase.cpp113 m_graph.m_allocator.free(block->phis[phiIndex]);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DObjectAllocationProfile.h40 static ptrdiff_t offsetOfAllocator() { return OBJECT_OFFSETOF(ObjectAllocationProfile, m_allocator); }
44 : m_allocator(0)
48 bool isNull() { return !m_allocator; }
52 ASSERT(!m_allocator);
92 m_allocator = allocator;
102 m_allocator = 0;
136 MarkedAllocator* m_allocator; // Precomputed to make things easier for generated code. member in class:JSC::ObjectAllocationProfile
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakSetInlines.h36 WeakBlock::FreeCell* allocator = weakSet.m_allocator;
39 weakSet.m_allocator = allocator->next;
H A DWeakSet.h62 WeakBlock::FreeCell* m_allocator; member in class:JSC::WeakSet
69 : m_allocator(0)
128 m_allocator = 0;
H A DCopiedSpaceInlines.h141 m_allocator.resetCurrentBlock();
148 m_allocator.setCurrentBlock(block);
155 if (!m_allocator.tryAllocate(bytes, outPtr))
H A DCopiedSpace.h61 CopiedAllocator& allocator() { return m_allocator; }
99 CopiedAllocator m_allocator; member in class:JSC::CopiedSpace
H A DCopiedSpace.cpp73 m_heap->didAllocate(m_allocator.currentCapacity());
77 *outPtr = m_allocator.forceAllocate(bytes);
111 if (m_allocator.tryReallocate(oldPtr, oldSize, newSize))
189 m_allocator.resetCurrentBlock();
257 m_allocator.setCurrentBlock(m_toSpace->head());
H A DMarkedBlock.cpp48 , m_allocator(allocator)
H A DMarkedBlock.h188 MarkedAllocator* m_allocator; member in class:JSC::MarkedBlock
235 return m_allocator;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DExecutableAllocator.h162 OwnPtr<DemandExecutableAllocator> m_allocator; member in class:JSC::ExecutableAllocator
163 DemandExecutableAllocator* allocator() { return m_allocator.get(); }
H A DExecutableAllocator.cpp172 : m_allocator(adoptPtr(new DemandExecutableAllocator()))
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.h344 , m_allocator(allocator)
363 BumpPointerAllocator* m_allocator; member in struct:JSC::Yarr::BytecodePattern
H A DYarrInterpreter.cpp1422 allocatorPool = pattern->m_allocator->startAllocator();
1435 pattern->m_allocator->stopAllocator();
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter64.asm259 loadp JSFunction::m_allocationProfile + ObjectAllocationProfile::m_allocator[t0], t1
301 loadp ObjectAllocationProfile::m_allocator[t0], t1
H A DLowLevelInterpreter32_64.asm374 loadp JSFunction::m_allocationProfile + ObjectAllocationProfile::m_allocator[t0], t1
418 loadp ObjectAllocationProfile::m_allocator[t0], t1

Completed in 247 milliseconds