Home | History | Annotate | Download | only in dasm

Lines Matching full:planted

121      * Holds CodeAddress associated with particular label and <i>planted</i>
123 * <i>planted</i> is false if this label is a target of forward branch and
127 LabelTableEntry(CodeAddress code_address, boolean planted) {
129 this.planted = planted;
133 boolean planted;
137 * Hold a translation table "LabelX" -> CodeAddress, planted.
437 if (lte.planted == false) {
509 if (lte.planted == true)
512 lte.planted = true;