Lines Matching +defs:val +defs:descriptor
176 const char* descriptor = klass->GetDescriptor(&temp); in FinalAbstractClassError() local
408 const char* descriptor = dex_file_->GetFieldTypeDescriptor(field_idx); in CheckFieldIndex() local
1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local
1797 const std::string_view descriptor = dex_file_->GetTypeDescriptorView(idx); in CheckNewInstance() local
1817 const char* descriptor = dex_file_->GetTypeDescriptor(idx); in CheckNewArray() local
2180 const char* descriptor = iterator.GetDescriptor(); in SetTypesFromSignature() local
2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local
2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local
2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local
2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local
2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local
2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local
3969 const char* descriptor = dex_file_->GetTypeDescriptor(class_idx); in ResolveClass() local