Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc595 SlotType slot_type{ art::Primitive::kPrimVoid }; in Run() local
596 jvmtiError err = GetSlotType(method, pc, &descriptor, &slot_type); in Run()
602 err = GetTypeError(method, slot_type, descriptor); in Run()
826 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError() argument
828 jvmtiError res = GetTypeErrorInner(method, slot_type, descriptor); in GetTypeError()
832 << " but slot is " << slot_type; in GetTypeError()
840 SlotType slot_type, in GetTypeErrorInner() argument
846 if (std::holds_alternative<VerifierPrimitiveType>(slot_type)) { in GetTypeErrorInner()
847 return (slot_type == SlotType { VerifierPrimitiveType::k32BitValue } || in GetTypeErrorInner()
848 slot_type == SlotType { VerifierPrimitiveType::kZeroValue }) in GetTypeErrorInner()
[all …]
/art/oatdump/
Doatdump.cc1642 const char* slot_type, in DumpBssEntries() argument
1647 os << ".bss mapping for " << slot_type << ": "; in DumpBssEntries()
1665 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(current_index) << "\n"; in DumpBssEntries()
1669 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(index) << "\n"; in DumpBssEntries()