Searched refs:PredictedChainingCell (Results 1 – 4 of 4) sorted by relevance
108 typedef struct PredictedChainingCell { struct113 } PredictedChainingCell; argument117 PredictedChainingCell *cellAddr; /* Address to be patched */118 PredictedChainingCell cellContent; /* content of the new cell */
103 PredictedChainingCell *cell, in dvmJitToPatchPredictedChain()
86 PredictedChainingCell *cell,
1648 static void inlineCachePatchEnqueue(PredictedChainingCell *cellAddr, in inlineCachePatchEnqueue()1649 PredictedChainingCell *newContent) in inlineCachePatchEnqueue()1753 PredictedChainingCell *cell, in dvmJitToPatchPredictedChain()1761 PredictedChainingCell newCell; in dvmJitToPatchPredictedChain()1824 PredictedChainingCell *minAddr, *maxAddr; in dvmCompilerPatchInlineCache()1841 minAddr = (PredictedChainingCell *) in dvmCompilerPatchInlineCache()1843 maxAddr = (PredictedChainingCell *) gDvmJit.codeCache; in dvmCompilerPatchInlineCache()1847 PredictedChainingCell *cellAddr = workOrder->cellAddr; in dvmCompilerPatchInlineCache()1848 PredictedChainingCell *cellContent = &workOrder->cellContent; in dvmCompilerPatchInlineCache()1896 PredictedChainingCell *predChainCell; in unchainSingle()[all …]