Searched refs:kAccStatic (Results 1 – 3 of 3) sorted by relevance
119 if ((ir_method->access_flags & dex::kAccStatic) == 0) { in Apply()167 if ((ir_method->access_flags & dex::kAccStatic) == 0) { in GenerateShiftParamsCode()214 bool is_static = (ir_method->access_flags & dex::kAccStatic) != 0; in InjectArrayParamsHook()
78 constexpr u4 kAccStatic = 0x0008; // field, method, ic variable
150 if ((ir_method->access_flags & dex::kAccStatic) == 0) { in StressEntryHook()