Searched refs:super_value (Results 1 – 1 of 1) sorted by relevance
947 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan() local948 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()949 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()951 if (super_value.GetScalar().IsValid()) { in GetStepThroughDispatchPlan()955 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()956 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()957 if (super_value.GetScalar().IsValid()) in GetStepThroughDispatchPlan()958 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()973 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan() local974 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()[all …]