Home
last modified time | relevance | path

Searched refs:isGet (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java204 private static boolean isGet(@Nonnull Opcode opcode) { in isGet() method in OdexedFieldInstructionMapper
221 opcodeMap[isGet(fieldOpcode.normalOpcode)?GET:PUT] in OdexedFieldInstructionMapper()
236 FieldOpcode fieldOpcode = opcodeMap[isGet(odexedOpcode)?GET:PUT] in getAndCheckDeodexedOpcode()
/external/valgrind/VEX/priv/
Dir_opt.c725 Bool isGet; in handle_gets_Stmt() local
737 isGet = True; in handle_gets_Stmt()
741 isGet = True; in handle_gets_Stmt()
745 isGet = False; in handle_gets_Stmt()
749 isGet = False; in handle_gets_Stmt()
751 if (isGet) { in handle_gets_Stmt()