Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.cpp389 JitEntry *pJitTable = NULL; in compilerThreadStartup() local
433 pJitTable = (JitEntry*) in compilerThreadStartup()
434 calloc(gDvmJit.jitTableSize, sizeof(*pJitTable)); in compilerThreadStartup()
435 if (!pJitTable) { in compilerThreadStartup()
451 free(pJitTable); in compilerThreadStartup()
457 pJitTable[i].u.info.chain = gDvmJit.jitTableSize; in compilerThreadStartup()
460 assert(pJitTable[0].u.info.chain == gDvmJit.jitTableSize); in compilerThreadStartup()
467 free(pJitTable); in compilerThreadStartup()
473 gDvmJit.pJitEntryTable = pJitTable; in compilerThreadStartup()