• Home
  • Raw
  • Download

Lines Matching refs:GetCommonDebugOpcode

53   assert(dbg_inlined_at->GetCommonDebugOpcode() ==  in SetInlinedOperand()
66 assert(dbg_inlined_at->GetCommonDebugOpcode() == in GetInlinedOperand()
75 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && in IsEmptyDebugExpression()
140 assert(dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in RegisterDbgDeclare()
141 dbg_declare->GetCommonDebugOpcode() == CommonDebugInfoDebugValue); in RegisterDbgDeclare()
190 lexical_scope_inst->GetCommonDebugOpcode(); in CreateDebugInlinedAt()
375 assert(dbg_expr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression); in DerefDebugExpression()
440 if (inlined_at->GetCommonDebugOpcode() != CommonDebugInfoDebugInlinedAt) { in GetDebugInlinedAt()
488 dbg_scope_itr->second->GetCommonDebugOpcode(); in GetParentScope()
623 if (inst->GetCommonDebugOpcode() != CommonDebugInfoDebugValue) return 0; in GetVariableIdOfDebugValueUsedForDeclare()
668 return instr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in IsDebugDeclare()
742 inst->GetCommonDebugOpcode() == CommonDebugInfoDebugInfoNone) { in AnalyzeDebugInst()
750 if (inst->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AnalyzeDebugInst()
763 if (dbg_global_var->GetCommonDebugOpcode() != in ConvertDebugGlobalToLocalVariable()
866 if (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare || in ClearDebugInfo()
867 instr->GetCommonDebugOpcode() == CommonDebugInfoDebugValue) { in ClearDebugInfo()
908 if (instr != &*dbg_instr_itr && dbg_instr_itr->GetCommonDebugOpcode() == in ClearDebugInfo()