Lines Matching refs:encoded_value
647 const JValue* encoded_value, in GetArgumentForBootstrapMethod() argument
655 decoded_value->SetI(encoded_value->GetI()); in GetArgumentForBootstrapMethod()
659 decoded_value->SetJ(encoded_value->GetJ()); in GetArgumentForBootstrapMethod()
665 dex::ProtoIndex proto_idx(encoded_value->GetC()); in GetArgumentForBootstrapMethod()
677 uint32_t index = static_cast<uint32_t>(encoded_value->GetI()); in GetArgumentForBootstrapMethod()
688 dex::StringIndex index(static_cast<uint32_t>(encoded_value->GetI())); in GetArgumentForBootstrapMethod()
699 dex::TypeIndex index(static_cast<uint32_t>(encoded_value->GetI())); in GetArgumentForBootstrapMethod()
734 const JValue encoded_value = ConvertScalarBootstrapArgument(it->GetJavaValue()); in PackArgumentForBootstrapMethod() local
736 if (!GetArgumentForBootstrapMethod(self, referrer, type, &encoded_value, &decoded_value)) { in PackArgumentForBootstrapMethod()
793 const JValue encoded_value = \ in PackCollectorArrayForBootstrapMethod()
798 &encoded_value, \ in PackCollectorArrayForBootstrapMethod()
816 const JValue encoded_value = \ in PackCollectorArrayForBootstrapMethod()
821 &encoded_value, \ in PackCollectorArrayForBootstrapMethod()