Home | History | Annotate | Download | only in analysis

Lines Matching refs:isRange

1093  * The method reference is in vBBBB.  The "isRange" parameter determines
1106 MethodType methodType, bool isRange, bool isSuper, VerifyError* pFailure)
1207 assert(isRange || expectedArgs <= 5);
1261 if (isRange)
3183 ClassObject* resClass, bool isRange, VerifyError* pFailure)
3207 if (isRange)
4240 bool isRange = (decInsn.opcode == OP_FILLED_NEW_ARRAY_RANGE);
4244 resClass, isRange, &failure);
5317 bool isRange;
5320 isRange = (decInsn.opcode == OP_INVOKE_VIRTUAL_RANGE ||
5326 &decInsn, uninitMap, METHOD_VIRTUAL, isRange,
5340 bool isRange;
5342 isRange = (decInsn.opcode == OP_INVOKE_DIRECT_RANGE);
5344 &decInsn, uninitMap, METHOD_DIRECT, isRange,
5419 bool isRange;
5421 isRange = (decInsn.opcode == OP_INVOKE_STATIC_RANGE);
5423 &decInsn, uninitMap, METHOD_STATIC, isRange,
5438 bool isRange;
5440 isRange = (decInsn.opcode == OP_INVOKE_INTERFACE_RANGE);
5442 &decInsn, uninitMap, METHOD_INTERFACE, isRange,