HomeSort by relevance Sort by last modified time
    Searched refs:extra2 (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libelf-po/
Makefile 47 $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
50 $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
  /external/kernel-headers/original/linux/
sysctl.h 1003 void *extra2; member in struct:ctl_table
  /external/valgrind/main/memcheck/
mc_errors.c 1034 MC_Error* extra2 = VG_(get_error_extra)(e2); local
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 194 Register extra2,
212 ASSERT(!extra2.is(receiver));
213 ASSERT(!extra2.is(name));
214 ASSERT(!extra2.is(scratch));
215 ASSERT(!extra2.is(extra));
217 // Check scratch, extra and extra2 registers are valid.
220 ASSERT(!extra2.is(no_reg));
225 extra2, extra3);
253 extra2,
271 extra2,
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 183 Register extra2,
201 ASSERT(!extra2.is(receiver));
202 ASSERT(!extra2.is(name));
203 ASSERT(!extra2.is(scratch));
204 ASSERT(!extra2.is(extra));
209 ASSERT(!extra2.is(no_reg));
214 extra2, extra3);
239 extra2,
258 extra2,
265 extra2, extra3)
    [all...]
  /external/v8/src/
stub-cache.h 256 // Arguments extra, extra2 and extra3 may be used to pass additional scratch
264 Register extra2 = no_reg,
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 166 Register extra2,
171 USE(extra2); // The register extra2 is not used on the X64 platform.
172 USE(extra3); // The register extra2 is not used on the X64 platform.
184 // Check scratch register is valid, extra and extra2 are unused.
186 ASSERT(extra2.is(no_reg));
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 197 Register extra2,
215 // Assert scratch and extra registers are valid, and extra2/3 are unused.
217 ASSERT(extra2.is(no_reg));
    [all...]

Completed in 388 milliseconds