HomeSort by relevance Sort by last modified time
    Searched refs:PredictedChainingCell (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/compiler/codegen/x86/
NcgHelper.h 40 PredictedChainingCell *cell,
CodegenInterface.cpp 95 PredictedChainingCell *minAddr, *maxAddr;
112 minAddr = (PredictedChainingCell *)
114 maxAddr = (PredictedChainingCell *) gDvmJit.codeCache;
118 PredictedChainingCell *cellAddr = workOrder->cellAddr;
119 PredictedChainingCell *cellContent = &workOrder->cellContent;
297 static bool inlineCachePatchEnqueue(PredictedChainingCell *cellAddr,
298 PredictedChainingCell *newContent)
425 PredictedChainingCell *cell,
462 PredictedChainingCell newCell;
513 PredictedChainingCell *predChainCell
    [all...]
LowerHelper.cpp     [all...]
  /dalvik/vm/compiler/
Compiler.h 110 typedef struct PredictedChainingCell {
120 } PredictedChainingCell;
124 PredictedChainingCell *cellAddr; /* Address to be patched */
125 PredictedChainingCell cellContent; /* content of the new cell */
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 86 PredictedChainingCell *cell,
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CalloutHelper.h 83 PredictedChainingCell *cell,
Assemble.cpp     [all...]

Completed in 485 milliseconds