Searched refs:first_object (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 5719 first_object, in ReadMNGImage() local 5727 first_object=(p[0] << 8) | p[1]; in ReadMNGImage() 5731 for (i=(int) first_object; i <= (int) last_object; i++) in ReadMNGImage() 5799 first_object, in ReadMNGImage() local 5806 first_object=(p[0] << 8) | p[1]; in ReadMNGImage() 5810 for (i=(ssize_t) first_object; i <= (ssize_t) last_object; i++) in ReadMNGImage()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 786 Register first_object, Register second_object, Register scratch1,
|
D | macro-assembler-x64.cc | 2521 Register first_object, Register second_object, Register scratch1, in JumpIfNotBothSequentialOneByteStrings() argument 2524 Condition either_smi = CheckEitherSmi(first_object, second_object); in JumpIfNotBothSequentialOneByteStrings() 2528 movp(scratch1, FieldOperand(first_object, HeapObject::kMapOffset)); in JumpIfNotBothSequentialOneByteStrings()
|