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

/dalvik/vm/compiler/
H A DInlineTransformation.cpp24 int calleeRegId, bool isRange)
30 if (!isRange) {
42 bool isRange)
82 getterInsn.vB, isRange);
87 getterInsn.vC, isRange);
115 if (!isRange) {
142 bool isRange)
163 setterInsn.vA, isRange);
169 setterInsn.vB, isRange);
175 setterInsn.vC, isRange);
22 convertRegId(const DecodedInstruction *invoke, const Method *calleeMethod, int calleeRegId, bool isRange) argument
37 inlineGetter(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isPredicted, bool isRange) argument
137 inlineSetter(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isPredicted, bool isRange) argument
225 tryInlineSingletonCallsite(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isRange) argument
273 tryInlineVirtualCallsite(CompilationUnit *cUnit, const Method *calleeMethod, MIR *invokeMIR, BasicBlock *invokeBB, bool isRange) argument
304 bool isRange = false; local
[all...]
/dalvik/vm/analysis/
H A DCodeVerify.cpp1093 * 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); local
4244 resClass, isRange, &failure);
5317 bool isRange; local
5320 isRange
1103 verifyInvocationArgs(const Method* meth, RegisterLine* registerLine, const int insnRegCount, const DecodedInstruction* pDecInsn, UninitInstanceMap* uninitMap, MethodType methodType, bool isRange, bool isSuper, VerifyError* pFailure) argument
3181 verifyFilledNewArrayRegs(const Method* meth, RegisterLine* registerLine, const DecodedInstruction* pDecInsn, ClassObject* resClass, bool isRange, VerifyError* pFailure) argument
5340 bool isRange; local
5419 bool isRange; local
5438 bool isRange; local
[all...]

Completed in 703 milliseconds