Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2621 size_t elem_width = Primitive::ComponentSize(component_type.GetPrimitiveType()); in CodeFlowVerifyInstruction() local
2624 if (array_data[1] != elem_width) { in CodeFlowVerifyInstruction()
2626 << " vs " << elem_width << ")"; in CodeFlowVerifyInstruction()