Searched defs:isVolatile (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp349 int fieldOffset, bool isVolatile)
364 if (isVolatile) {
376 int fieldOffset, bool isObject, bool isVolatile)
386 if (isVolatile) {
392 if (isVolatile) {
1625 bool isVolatile; local
1647 isVolatile = (opcode == OP_SGET_VOLATILE) ||
1649 assert(isVolatile == dvmIsVolatileField((Field *) fieldPtr));
1651 isVolatile = dvmIsVolatileField((Field *) fieldPtr);
1658 if (isVolatile) {
348 genIGet(CompilationUnit *cUnit, MIR *mir, OpSize size, int fieldOffset, bool isVolatile) argument
375 genIPut(CompilationUnit *cUnit, MIR *mir, OpSize size, int fieldOffset, bool isObject, bool isVolatile) argument
1704 bool isVolatile; local
2382 bool isVolatile = false; local
[all...]

Completed in 9 milliseconds