Searched defs:UNALLOCATED (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/client/
H A Dminidump_file_writer.h212 allocation_state_(UNALLOCATED) {}
260 UNALLOCATED = 0, enumerator in enum:google_breakpad::TypedMDRVA::AllocationState
/external/v8/src/crankshaft/
H A Dlithium.h31 UNALLOCATED, enumerator in enum:v8::internal::LOperand::Kind
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) {
/external/v8/src/compiler/
H A Dinstruction.h37 // TODO(dcarney): recover bit. INVALID can be represented as UNALLOCATED with
41 UNALLOCATED, enumerator in enum:v8::internal::compiler::InstructionOperand::Kind
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);
360 : InstructionOperand(UNALLOCATED) {

Completed in 181 milliseconds