Home
last modified time | relevance | path

Searched refs:loc_op (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc81 LocationOperand loc_op = LocationOperand::cast(move); in GetKind() local
82 if (loc_op.location_kind() != LocationOperand::REGISTER) return kStack; in GetKind()
83 return IsFloatingPoint(loc_op.representation()) ? kFpReg : kGpReg; in GetKind()
Dregister-allocator-verifier.cc333 const LocationOperand* loc_op = LocationOperand::cast(&op); in CheckReferenceMap() local
337 if (CanBeTaggedOrCompressedPointer(loc_op->representation()) && in CheckReferenceMap()
338 loc_op->index() >= spill_slot_delta()) { in CheckReferenceMap()
358 const LocationOperand* loc_op = LocationOperand::cast(&op); in IsStaleReferenceStackSlot() local
359 return CanBeTaggedOrCompressedPointer(loc_op->representation()) && in IsStaleReferenceStackSlot()