Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc647 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()
[all …]