Lines Matching refs:encoded_value
634 const JValue* encoded_value, in GetArgumentForBootstrapMethod() argument
642 decoded_value->SetI(encoded_value->GetI()); in GetArgumentForBootstrapMethod()
646 decoded_value->SetJ(encoded_value->GetJ()); in GetArgumentForBootstrapMethod()
652 dex::ProtoIndex proto_idx(encoded_value->GetC()); in GetArgumentForBootstrapMethod()
664 uint32_t index = static_cast<uint32_t>(encoded_value->GetI()); in GetArgumentForBootstrapMethod()
675 dex::StringIndex index(static_cast<uint32_t>(encoded_value->GetI())); in GetArgumentForBootstrapMethod()
686 dex::TypeIndex index(static_cast<uint32_t>(encoded_value->GetI())); in GetArgumentForBootstrapMethod()
719 const JValue encoded_value = ConvertScalarBootstrapArgument(it->GetJavaValue()); in PackArgumentForBootstrapMethod() local
721 if (!GetArgumentForBootstrapMethod(self, referrer, type, &encoded_value, &decoded_value)) { in PackArgumentForBootstrapMethod()
776 const JValue encoded_value = \ in PackCollectorArrayForBootstrapMethod()
781 &encoded_value, \ in PackCollectorArrayForBootstrapMethod()
799 const JValue encoded_value = \ in PackCollectorArrayForBootstrapMethod()
804 &encoded_value, \ in PackCollectorArrayForBootstrapMethod()