Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.h108 typedef struct PredictedChainingCell { struct
113 } PredictedChainingCell; argument
117 PredictedChainingCell *cellAddr; /* Address to be patched */
118 PredictedChainingCell cellContent; /* content of the new cell */
/dalvik/vm/compiler/codegen/x86/
DAssemble.cpp103 PredictedChainingCell *cell, in dvmJitToPatchPredictedChain()
/dalvik/vm/compiler/codegen/arm/
DCalloutHelper.h86 PredictedChainingCell *cell,
DAssemble.cpp1648 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 …]