Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc559 : jvmti_(jvmti), result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {} in CommonLocalVariableClosure()
580 } else if (slot_ >= method->DexInstructionData().RegistersSize() || slot_ < 0) { in Run()
654 const art::verifier::RegType& rt = line->GetRegisterType(verifier.get(), slot_); in InferSlotTypeFromVerifier()
708 jint slot_; member in openjdkjvmti::CommonLocalVariableClosure
754 entry.reg_ == slot_) { in GetSlotType()
827 JVMTI_LOG(INFO, jvmti_) << "Unable to Get local variable in slot " << slot_ << ". Expected" in GetTypeError()
831 JVMTI_LOG(INFO, jvmti_) << "Unable to get local variable in slot " << slot_ << "."; in GetTypeError()
889 static_cast<uint16_t>(slot_), in Execute()
901 static_cast<uint16_t>(slot_), in Execute()
913 static_cast<uint16_t>(slot_), in Execute()
[all …]