HomeSort by relevance Sort by last modified time
    Searched defs:UNALLOCATED (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer.h 208 // Constructs an unallocated MDRVA
212 allocation_state_(UNALLOCATED) {}
260 UNALLOCATED = 0,
  /external/v8/src/compiler/
instruction.h 34 // TODO(dcarney): recover bit. INVALID can be represented as UNALLOCATED with
36 enum Kind { INVALID, UNALLOCATED, CONSTANT, IMMEDIATE, EXPLICIT, ALLOCATED };
47 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
260 DCHECK_EQ(UNALLOCATED, kind());
285 DCHECK_EQ(UNALLOCATED, kind());
291 DCHECK_EQ(UNALLOCATED, kind());
301 INSTRUCTION_OPERAND_CASTS(UnallocatedOperand, UNALLOCATED);
327 // BitFields for all unallocated operands.
342 : InstructionOperand(UNALLOCATED) {
    [all...]
  /external/v8/src/crankshaft/
lithium.h 31 UNALLOCATED,
46 LITHIUM_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
105 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) {
111 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
118 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
127 : LOperand(UNALLOCATED, 0) {
164 // BitFields for all unallocated operands.
  /external/v8/src/
globals.h 927 UNALLOCATED,
    [all...]

Completed in 255 milliseconds