Searched refs:handleSet (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandleBlockInlines.h34 inline HandleBlock* HandleBlock::create(DeadBlock* block, HandleSet* handleSet) argument
37 return new (NotNull, block) HandleBlock(region, handleSet);
40 inline HandleBlock::HandleBlock(Region* region, HandleSet* handleSet) argument
42 , m_handleSet(handleSet)
H A DStrongInlines.h35 : Handle<T>(vm.heap.handleSet()->allocate())
42 : Handle<T>(vm.heap.handleSet()->allocate())
51 setSlot(vm.heap.handleSet()->allocate());
H A DHandleBlock.h44 HandleSet* handleSet();
66 inline HandleSet* HandleBlock::handleSet() function in class:JSC::HandleBlock
H A DHandleSet.h51 HandleSet* handleSet();
108 return toNode(handle)->handleSet();
170 inline HandleSet* HandleNode::handleSet() function in class:JSC::HandleNode
172 return HandleBlock::blockFor(this)->handleSet();
H A DHeap.h161 HandleSet* handleSet() { return &m_handleSet; } function in class:JSC::Heap

Completed in 136 milliseconds