Lines Matching defs:debug_info
43 auto debug_info = instance->module_object().native_module()->GetDebugInfo();
47 auto import_name_ref = debug_info->GetImportName(kind, index);
61 auto export_name_ref = debug_info->GetExportName(kind, index);
422 auto debug_info = frame->native_module()->GetDebugInfo();
424 int count = debug_info->GetNumLocals(frame->pc());
425 auto function = debug_info->GetFunctionAtAddress(frame->pc());
432 debug_info->GetLocalValue(i, frame->pc(), frame->fp(),
474 auto debug_info =
476 int count = debug_info->GetStackDepth(frame->pc());
483 debug_info->GetStackValue(i, frame->pc(), frame->fp(),