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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp104 It takes argument checkDup, if checkDup is true, an entry is created in globalShortMap, entries in globalShortWorklist are checked, if there exists a match, the immediate in the jump instruction is updated and the entry is removed from globalShortWorklist;
107 int insertLabel(const char* label, bool checkDup) { argument
109 if(!checkDup) {
H A DLower.h793 int insertLabel(const char* label, bool checkDup);

Completed in 94 milliseconds