Searched refs:pJitTable (Results 1 – 1 of 1) sorted by relevance
374 JitEntry *pJitTable = NULL; in compilerThreadStartup() local418 pJitTable = (JitEntry*) in compilerThreadStartup()419 calloc(gDvmJit.jitTableSize, sizeof(*pJitTable)); in compilerThreadStartup()420 if (!pJitTable) { in compilerThreadStartup()442 pJitTable[i].u.info.chain = gDvmJit.jitTableSize; in compilerThreadStartup()445 assert(pJitTable[0].u.info.chain == gDvmJit.jitTableSize); in compilerThreadStartup()456 gDvmJit.pJitEntryTable = pJitTable; in compilerThreadStartup()