Home
last modified time | relevance | path

Searched refs:FXGC_CreateHeap (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/gc/
Dheap_unittest.cpp78 FXGCScopedHeap heap1 = FXGC_CreateHeap(); in TEST_F()
81 FXGCScopedHeap heap2 = FXGC_CreateHeap(); in TEST_F()
84 FXGCScopedHeap heap3 = FXGC_CreateHeap(); in TEST_F()
95 FXGCScopedHeap heap1 = FXGC_CreateHeap(); in TEST_F()
112 FXGCScopedHeap heap1 = FXGC_CreateHeap(); in TEST_F()
132 FXGCScopedHeap heap1 = FXGC_CreateHeap(); in TEST_F()
153 FXGCScopedHeap heap1 = FXGC_CreateHeap(); in TEST_F()
Dheap.h29 FXGCScopedHeap FXGC_CreateHeap();
Dheap.cpp66 FXGCScopedHeap FXGC_CreateHeap() { in FXGC_CreateHeap() function
/external/pdfium/testing/fuzzers/
Dxfa_process_state.cc11 : platform_(platform), isolate_(isolate), heap_(FXGC_CreateHeap()) {} in XFAProcessState()
/external/pdfium/testing/
Dfxgc_unittest.cpp20 heap_ = FXGC_CreateHeap(); in SetUp()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp130 m_pGCHeap(FXGC_CreateHeap()) { in CPDFXFA_Context()