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

  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 119 PredictedChainingCell *cellContent = &workOrder->cellContent;
126 cellContent->clazz = clazz;
132 cellContent->clazz->descriptor,
133 cellContent->method->name));
140 cellContent->clazz->descriptor,
141 cellContent->method->name));
145 *cellAddr = *cellContent;
378 gDvmJit.compilerICPatchQueue[index].cellContent = *newContent;
    [all...]
  /dalvik/vm/compiler/
Compiler.h 125 PredictedChainingCell cellContent; /* content of the new cell */
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]

Completed in 61 milliseconds