Home
last modified time | relevance | path

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

/external/pdfium/fxjs/gc/
Dheap.cpp15 size_t g_platform_ref_count = 0; variable
60 if (g_platform && g_platform_ref_count == 0) { in FXGC_Release()
74 ++g_platform_ref_count; in FXGC_CreateHeap()
93 DCHECK(g_platform_ref_count > 0); in operator ()()
94 --g_platform_ref_count; in operator ()()