Home | History | Annotate | Download | only in arm

Lines Matching defs:dictionary

3104 // Probe the name dictionary in the |elements| register. Jump to the
3187 // dictionary: NameDictionary to probe.
3194 Register dictionary = r0;
3204 __ ldr(mask, FieldMemOperand(dictionary, kCapacityOffset));
3233 __ add(index, dictionary, Operand(index, LSL, 2));