Lines Matching refs:jvalue
169 uint32_t dex_pc, const JValue& return_value)
222 const JValue& field_value)
1665 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value,
1672 void Dbg::OutputFieldValue(JDWP::FieldId field_id, const JValue* field_value,
1703 static JValue GetArtFieldValue(ArtField* f, mirror::Object* o)
1706 JValue field_value;
1790 JValue field_value(GetArtFieldValue(f, o));
1934 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) {
2819 int event_flags, const JValue* return_value) {
2866 const JValue* field_value) {
2991 int event_flags, const JValue* return_value) {
3946 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]);
4042 static_assert(sizeof(jvalue) == sizeof(uint64_t), "jvalue and uint64_t have different sizes.");
4046 JValue result = InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(m),
4047 reinterpret_cast<jvalue*>(pReq->arg_values.get()));