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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp773 bool lastByteCodeIsJump = false; local
849 lastByteCodeIsJump = false;
856 if(isCurrentByteCodeJump()) lastByteCodeIsJump = true;
912 if(!lastByteCodeIsJump) constVREndOfBB();
914 if(!lastByteCodeIsJump) globalVREndOfBB(method);

Completed in 12 milliseconds