Home
last modified time | relevance | path

Searched refs:UNALLOCATED (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/client/
Dminidump_file_writer.h212 allocation_state_(UNALLOCATED) {} in TypedMDRVA()
260 UNALLOCATED = 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dexplain.test16 ; RUN: | FileCheck --check-prefix=UNALLOCATED %s
67 UNALLOCATED: Block:Offset = 3:0000.
68 UNALLOCATED-NEXT: Address is in block 3 (unallocated).
/external/v8/src/ast/
Dvariables.h36 LocationField::encode(VariableLocation::UNALLOCATED) | in scope_()
79 return location() == VariableLocation::UNALLOCATED; in IsUnallocated()
Dscopes.cc1622 case VariableLocation::UNALLOCATED: in PrintLocation()
2032 location == VariableLocation::UNALLOCATED); in ResolveTo()
Dprettyprinter.cc1189 case VariableLocation::UNALLOCATED: in VisitVariableProxy()
/external/v8/src/compiler/
Dinstruction.h38 UNALLOCATED, enumerator
57 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
319 INSTRUCTION_OPERAND_CASTS(UnallocatedOperand, UNALLOCATED);
360 : InstructionOperand(UNALLOCATED) { in UnallocatedOperand()
Dinstruction.cc135 case InstructionOperand::UNALLOCATED: { in operator <<()
Dregister-allocator.cc331 case InstructionOperand::UNALLOCATED: in HintTypeForOperand()
/external/v8/src/debug/
Ddebug-scopes.cc613 case VariableLocation::UNALLOCATED: in VisitLocals()
779 case VariableLocation::UNALLOCATED: in SetLocalVariableValue()
/external/v8/src/interpreter/
Dbytecode-generator.cc1187 case VariableLocation::UNALLOCATED: { in VisitVariableDeclaration()
1240 case VariableLocation::UNALLOCATED: { in VisitFunctionDeclaration()
2565 case VariableLocation::UNALLOCATED: { in BuildVariableLoad()
2754 case VariableLocation::UNALLOCATED: { in BuildVariableAssignment()
3920 case VariableLocation::UNALLOCATED: in VisitDelete()
/external/v8/src/
Dglobals.h1028 UNALLOCATED, enumerator