Home
last modified time | relevance | path

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

/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S33 str r1, [r2, #12] @ write back to PredictedChainingCell->counter
/dalvik/vm/compiler/codegen/arm/
DArmLIR.h364 typedef struct PredictedChainingCell { struct
369 } PredictedChainingCell; argument
DAssemble.c902 PredictedChainingCell *cell, in dvmJitToPatchPredictedChain()
979 PredictedChainingCell *predChainCell; in dvmJitUnchain()
1014 predChainCell = (PredictedChainingCell *) pChainCells; in dvmJitUnchain()
DCodegen.c1330 offsetof(PredictedChainingCell, clazz)); in genCheckPredictedChain()
1339 offsetof(PredictedChainingCell, method)); in genCheckPredictedChain()
1345 offsetof(PredictedChainingCell, counter)); in genCheckPredictedChain()