Searched refs:LocationKind (Results 1 – 7 of 7) sorted by relevance
46 case StackMapParserT::LocationKind::Register: in prettyPrintStackMap()49 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()53 case StackMapParserT::LocationKind::Indirect: in prettyPrintStackMap()57 case StackMapParserT::LocationKind::Constant: in prettyPrintStackMap()60 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
99 enum class LocationKind : uint8_t { enum111 LocationKind getKind() const { in getKind()112 return LocationKind(P[KindOffset]); in getKind()122 assert(getKind() == LocationKind::Constant && "Not a small constant."); in getSmallConstant()128 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()135 assert((getKind() == LocationKind::Direct || in getOffset()136 getKind() == LocationKind::Indirect) && in getOffset()
57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum60 LocationKind Kind;76 LocationKind getKind() const { return Kind; } in getKind()
426 enum LocationKind { REGISTER, STACK_SLOT }; enum429 LocationOperand::LocationKind location_kind, in LocationOperand()472 LocationKind location_kind() const { in location_kind()517 class LocationKindField : public BitField64<LocationKind, 3, 2> {};525 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index); in NON_EXPORTED_BASE()527 static ExplicitOperand* New(Zone* zone, LocationKind kind, in NON_EXPORTED_BASE()538 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) in AllocatedOperand()541 static AllocatedOperand* New(Zone* zone, LocationKind kind, in New()
75 LocationOperand::LocationKind kind = loc.location_kind(); in InterferesWith()76 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()288 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, in ExplicitOperand()
520 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...