HomeSort by relevance Sort by last modified time
    Searched refs:getConstInfo (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 365 bool getConstInfo(BasicBlock_O1* bb);
AnalysisO1.cpp 810 bool isConst = getConstInfo(bb); //will reset isConst if a VR is updated by the bytecode
    [all...]
BytecodeVisitor.cpp 529 //! if a bytecode uses vA (const), and updates vA to non const, getConstInfo will return false and update constWorklist to make sure when lowering the bytecode, vA is treated as constant
530 bool getConstInfo(BasicBlock_O1* bb) {
755 LOGD("getConstInfo: set VR %d to %d", vA, infoArray[entry].value[0]);
831 LOGD("getConstInfo: set VR %d to %d", vA, infoArray[entry].value[0]);
873 LOGD("getConstInfo: set VR %d to %d", vA, infoArray[entry].value[0]);
926 LOGD("getConstInfo: set VR %d to %d", vA, infoArray[entry].value[0]);
977 LOGD("getConstInfo: set VR %d to %d", vA, infoArray[entry].value[0]);
1037 LOGD("getConstInfo: set VR %d to %d", vA, tmp_s4);
    [all...]

Completed in 138 milliseconds