Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
H A Dvariables.h39 LocationField::encode(VariableLocation::UNALLOCATED) | in Variable()
119 return location() == VariableLocation::UNALLOCATED; in IsUnallocated()
H A Dprettyprinter.cc1265 case VariableLocation::UNALLOCATED: in VisitVariableProxy()
H A Dscopes.cc1814 case VariableLocation::UNALLOCATED: in PrintLocation()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h49 UNALLOCATED, enumerator
68 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED)
341 INSTRUCTION_OPERAND_CASTS(UnallocatedOperand, UNALLOCATED)
383 : InstructionOperand(UNALLOCATED) { in UnallocatedOperand()
H A Dinstruction.cc150 case InstructionOperand::UNALLOCATED: { in operator <<()
H A Dregister-allocator.cc229 case InstructionOperand::UNALLOCATED: in HintTypeForOperand()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc837 case VariableLocation::UNALLOCATED: in VisitLocals()
983 case VariableLocation::UNALLOCATED: in SetLocalVariableValue()
/third_party/node/deps/v8/src/interpreter/
H A 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/compiler/
H A Dgraph-visualizer.cc1090 case InstructionOperand::UNALLOCATED: { in operator <<()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1351 UNALLOCATED,

Completed in 39 milliseconds