OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:duplicateFirst
(Results
1 - 2
of
2
) sorted by null
/dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java
369
* @param
duplicateFirst
whether to duplicate the first number
376
boolean
duplicateFirst
,
385
Expander expander = new Expander(this, compatRegs, base,
duplicateFirst
);
399
private boolean
duplicateFirst
;
402
boolean
duplicateFirst
) {
407
this.
duplicateFirst
=
duplicateFirst
;
420
if (!
duplicateFirst
) {
427
// Reset
duplicateFirst
when the first register has been dealt with.
428
duplicateFirst
= false
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 43 milliseconds