Searched refs:iget_obj_inst (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DBytecodeVisitor.cpp3307 int iget_obj_inst = -1; variable
4008 //add hack for a specific instance (iget_obj_inst) of IGET_OBJECT within a method
4013 if(iget_obj_inst == 12) {
4014 LOGD("increase count for instance %d of %s %s", iget_obj_inst, currentMethod->clazz->descriptor, currentMethod->name);
4020 iget_obj_inst++;
H A DAnalysisO1.cpp3675 if(!hacked && iget_obj_inst == 13) {
3688 if(!hacked && iget_obj_inst == 13) {

Completed in 77 milliseconds