Lines Matching refs:VerifyQuickFieldAccess
3272 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
3275 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
3278 … VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
3281 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
3284 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
3287 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
3290 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
3293 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
3296 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
3299 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Byte(), true); in CodeFlowVerifyInstruction()
3302 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Char(), true); in CodeFlowVerifyInstruction()
3305 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Short(), true); in CodeFlowVerifyInstruction()
3308 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
3311 … VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.JavaLangObject(false), false); in CodeFlowVerifyInstruction()
4760 void MethodVerifier::VerifyQuickFieldAccess(const Instruction* inst, const RegType& insn_type, in VerifyQuickFieldAccess() function in art::verifier::MethodVerifier