Home
last modified time | relevance | path

Searched refs:first_object (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.h790 Register first_object, Register second_object, Register scratch1,
Dmacro-assembler-x64.cc2538 Register first_object, Register second_object, Register scratch1, in JumpIfNotBothSequentialOneByteStrings() argument
2541 Condition either_smi = CheckEitherSmi(first_object, second_object); in JumpIfNotBothSequentialOneByteStrings()
2545 movp(scratch1, FieldOperand(first_object, HeapObject::kMapOffset)); in JumpIfNotBothSequentialOneByteStrings()
/external/ImageMagick/coders/
Dpng.c5719 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()