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

  /external/v8/src/
assembler.cc 258 // (The middle_tag encodes rmode - RelocInfo::LAST_COMPACT_ENUM,
414 DCHECK(RelocInfo::LAST_STANDARD_NONCOMPACT_ENUM - RelocInfo::LAST_COMPACT_ENUM
467 DCHECK(rmode > RelocInfo::LAST_COMPACT_ENUM);
468 int saved_mode = rmode - RelocInfo::LAST_COMPACT_ENUM;
670 int rmode = extra_tag + RelocInfo::LAST_COMPACT_ENUM;
    [all...]
assembler.h 373 // Modes <= LAST_COMPACT_ENUM are guaranteed to have compact encoding.
374 LAST_COMPACT_ENUM = CODE_TARGET_WITH_ID,
    [all...]

Completed in 35 milliseconds