Searched refs:Major (Results 1 – 25 of 52) sorted by relevance
123
/external/v8/src/ |
D | codegen.h | 220 Major MajorKey() { return StackCheck; } in MajorKey() 231 Major MajorKey() { return FastNewClosure; } in MajorKey() 250 Major MajorKey() { return FastNewContext; } in MajorKey() 269 Major MajorKey() { return FastCloneShallowArray; } in MajorKey() 281 Major MajorKey() { return Instanceof; } in MajorKey() 298 Major MajorKey() { return GenericUnaryOp; } in MajorKey() 334 Major MajorKey() { return Compare; } in MajorKey() 384 Major MajorKey() { return CEntry; } in MajorKey() 409 Major MajorKey() { return NoCache; } in MajorKey() 429 Major MajorKey() { return JSEntry; } in MajorKey() [all …]
|
D | code-stubs.h | 83 enum Major { enum 99 static Major MajorKeyFromKey(uint32_t key) { in MajorKeyFromKey() 100 return static_cast<Major>(MajorKeyBits::decode(key)); in MajorKeyFromKey() 105 static const char* MajorName(Major major_key, bool allow_unknown_keys); 135 virtual Major MajorKey() = 0;
|
D | code-stubs.cc | 157 const char* CodeStub::MajorName(CodeStub::Major major_key, in MajorName()
|
D | objects-inl.h | 2145 CodeStub::Major Code::major_key() { in major_key() 2147 return static_cast<CodeStub::Major>(READ_BYTE_FIELD(this, in major_key() 2152 void Code::set_major_key(CodeStub::Major major) { in set_major_key()
|
D | debug.cc | 1326 CodeStub::Major major_key = code->major_key(); in IsSourceBreakStub() 1334 CodeStub::Major major_key = code->major_key(); in IsBreakStub()
|
/external/tcpdump/ |
D | parsenfsfh.c | 264 fsidp->Fsid_dev.Major = fhp[6]; 276 fsidp->Fsid_dev.Major = fhp[1]; 292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF; 302 fsidp->Fsid_dev.Major = fhp[2]; 314 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]); 337 fsidp->Fsid_dev.Major = fhp[2]; 349 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF; 364 fsidp->Fsid_dev.Major = fhp[1]; 386 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1); 403 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]); [all …]
|
D | nfsfh.h | 50 u_int32_t Major; member 53 #define dev_eq(a,b) ((a.Minor == b.Minor) && (a.Major == b.Major))
|
D | print-nfs.c | 846 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor); in nfs_printfh()
|
/external/v8/src/ia32/ |
D | codegen-ia32.h | 671 Major MajorKey() { return TranscendentalCache; } in MajorKey() 749 Major MajorKey() { return GenericBinaryOp; } in MajorKey() 847 Major MajorKey() { return StringAdd; } in MajorKey() 862 Major MajorKey() { return SubString; } in MajorKey() 884 Major MajorKey() { return StringCompare; } in MajorKey() 909 Major MajorKey() { return NumberToString; } in MajorKey()
|
/external/v8/src/arm/ |
D | codegen-arm.h | 481 Major MajorKey() { return GenericBinaryOp; } in MajorKey() 578 Major MajorKey() { return StringAdd; } in MajorKey() 593 Major MajorKey() { return SubString; } in MajorKey() 616 Major MajorKey() { return StringCompare; } in MajorKey()
|
D | regexp-macro-assembler-arm.h | 272 Major MajorKey() { return RegExpCEntry; }
|
/external/v8/src/x64/ |
D | codegen-x64.h | 717 Major MajorKey() { return GenericBinaryOp; } in MajorKey() 787 Major MajorKey() { return StringAdd; } in MajorKey() 802 Major MajorKey() { return SubString; } in MajorKey() 824 Major MajorKey() { return StringCompare; } in MajorKey()
|
/external/stlport/etc/ |
D | ReleaseNote.txt | 3 - Major modifications: 36 - Major modifications 87 - Major modifications
|
D | ChangeLog-4.0 | 563 * Major restructuring of header files - for maintainability and 566 * Major debug mode improvements - new debug mode now works with
|
D | ChangeLog | 436 c_locale_win32/c_locale_win32.c, c_wlocale_win32.c: Major code 621 * src/_stdio_file.h: Major cleanup, only _FILE_fd is still in use. 859 _time_facets.h: Major internal localization API modification. Add 1845 * stlport/stl/_limits.h, _limits.c: Major code upgrade, now computation 2042 Simplification of the messages facet implementation. Major modification 2234 * stlport/stl/config/_windows.h: Major modification, when building 2469 Major exception policy modification, _STLP_NOTHROW default value
|
/external/elfutils/ |
D | ChangeLog | 38 * configure.ac: Major cleanups. Use aux dir.
|
/external/libpng/ |
D | configure.ac | 9 dnl Major upgrades (incompatible ABI): increment the package major
|
/external/blktrace/ |
D | README | 96 %M - Major
|
/external/expat/ |
D | Changes | 37 - Major new feature: suspend/resume. Handlers can now request
|
/external/dnsmasq/ |
D | COPYING-v3 | 125 packaging a Major Component, but which is not part of that Major 127 Major Component, or to implement a Standard Interface for which an 129 "Major Component", in this context, means a major essential component
|
/external/jpeg/ |
D | change.log | 186 software. Major user-visible changes include:
|
/external/qemu/ |
D | Changelog | 232 - Major overhaul of the virtual FAT driver for read/write support 428 - Major SPARC target fixes (dynamically linked programs begin to work)
|
/external/libffi/ |
D | README | 288 Major processor architecture ports were contributed by the following
|
/external/bluetooth/glib/m4macros/ |
D | glib-gettext.m4 | 20 # Major rework to remove unused code
|
/external/bzip2/ |
D | CHANGES | 62 Major change: add a fallback sorting algorithm (blocksort.c)
|
123