Home
last modified time | relevance | path

Searched refs:isLocal (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLower.h255 bool isLocal; member
1201 const char* label, bool isLocal);
DLowerHelper.cpp237 LowOpLabel* lower_label(Mnemonic m, OpndSize size, int imm, const char* label, bool isLocal) { in lower_label() argument
243 const char* label, bool isLocal) { in dump_label() argument
244 return lower_label(m, size, imm, label, isLocal); in dump_label()