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

  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 665 case OP_IPUT_WIDE:
666 return op_iput_wide(false); // isVolatile==false
668 return op_iput_wide(true); // isVolatile==true
LowerGetPut.cpp 606 int op_iput_wide(bool isVolatile) { function
Lower.h     [all...]

Completed in 78 milliseconds