Searched refs:slot_type (Results 1 – 2 of 2) sorted by relevance
/art/openjdkjvmti/ |
D | ti_method.cc | 592 SlotType slot_type{ art::Primitive::kPrimVoid }; in Run() local 593 jvmtiError err = GetSlotType(method, pc, &descriptor, &slot_type); in Run() 599 err = GetTypeError(method, slot_type, descriptor); in Run() 823 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError() argument 825 jvmtiError res = GetTypeErrorInner(method, slot_type, descriptor); in GetTypeError() 829 << " but slot is " << slot_type; in GetTypeError() 837 SlotType slot_type, in GetTypeErrorInner() argument 843 if (std::holds_alternative<VerifierPrimitiveType>(slot_type)) { in GetTypeErrorInner() 844 return (slot_type == SlotType { VerifierPrimitiveType::k32BitValue } || in GetTypeErrorInner() 845 slot_type == SlotType { VerifierPrimitiveType::kZeroValue }) in GetTypeErrorInner() [all …]
|
/art/oatdump/ |
D | oatdump.cc | 1742 const char* slot_type, in DumpBssEntries() argument 1747 os << ".bss mapping for " << slot_type << ": "; in DumpBssEntries() 1765 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(current_index) << "\n"; in DumpBssEntries() 1769 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(index) << "\n"; in DumpBssEntries()
|