Searched refs:super_value (Results 1 – 1 of 1) sorted by relevance
1004 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan() local1005 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan()1006 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()1008 if (super_value.GetScalar().IsValid()) { in GetStepThroughDispatchPlan()1012 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan()1013 super_value.ResolveValue(&exe_ctx); in GetStepThroughDispatchPlan()1014 if (super_value.GetScalar().IsValid()) in GetStepThroughDispatchPlan()1015 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()1030 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan() local1031 super_value.GetScalar() += process->GetAddressByteSize(); in GetStepThroughDispatchPlan()[all …]