Home | History | Annotate | Download | only in oatdump

Lines Matching defs:portable_code

761       const void* portable_code = oat_method.GetPortableCode();
762 CHECK(portable_code != nullptr);
923 const void* portable_code = oat_method.GetPortableCode();
929 if ((code_size == 0) || ((portable_code == nullptr) && (quick_code == nullptr))) {
951 CHECK(portable_code != nullptr);