HomeSort by relevance Sort by last modified time
    Searched defs:UNALLOCATED (Results 1 - 3 of 3) 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 37 // TODO(dcarney): recover bit. INVALID can be represented as UNALLOCATED with
41 UNALLOCATED,
60 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
278 DCHECK_EQ(UNALLOCATED, kind());
303 DCHECK_EQ(UNALLOCATED, kind());
309 DCHECK_EQ(UNALLOCATED, kind());
319 INSTRUCTION_OPERAND_CASTS(UnallocatedOperand, UNALLOCATED);
345 // BitFields for all unallocated operands.
360 : 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.

Completed in 102 milliseconds