Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.cpp374 JitEntry *pJitTable = NULL; in compilerThreadStartup() local
418 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()