Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dvariables.h39 LocationField::encode(VariableLocation::UNALLOCATED) | in scope_()
119 return location() == VariableLocation::UNALLOCATED; in IsUnallocated()
Dprettyprinter.cc1265 case VariableLocation::UNALLOCATED: in VisitVariableProxy()
Dscopes.cc1814 case VariableLocation::UNALLOCATED: in PrintLocation()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h49 UNALLOCATED, enumerator
68 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
341 INSTRUCTION_OPERAND_CASTS(UnallocatedOperand, UNALLOCATED)
383 : InstructionOperand(UNALLOCATED) { in UnallocatedOperand()
Dinstruction.cc150 case InstructionOperand::UNALLOCATED: { in operator <<()
Dregister-allocator.cc229 case InstructionOperand::UNALLOCATED: in HintTypeForOperand()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc837 case VariableLocation::UNALLOCATED: in VisitLocals()
983 case VariableLocation::UNALLOCATED: in SetLocalVariableValue()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc792 if (var->location() != VariableLocation::UNALLOCATED) continue; in AllocateDeclarations()
1544 case VariableLocation::UNALLOCATED: in VisitVariableDeclaration()
1593 case VariableLocation::UNALLOCATED: in VisitFunctionDeclaration()
1690 if (var->location() == VariableLocation::UNALLOCATED) { in VisitGlobalDeclarations()
3551 case VariableLocation::UNALLOCATED: { in BuildVariableLoad()
3744 case VariableLocation::UNALLOCATED: { in BuildVariableAssignment()
5889 case VariableLocation::UNALLOCATED: in VisitDelete()
/third_party/node/deps/v8/src/common/
Dglobals.h1351 UNALLOCATED, enumerator
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1090 case InstructionOperand::UNALLOCATED: { in operator <<()